From 77a9ecbb8fa7ba45274d6d492064e194e5379188 Mon Sep 17 00:00:00 2001 From: hobbes1069 Date: Sat, 3 Oct 2015 02:57:17 +0000 Subject: [PATCH] Fix install location for Win64. git-svn-id: https://svn.code.sf.net/p/freetel/code@2413 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-dev/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/freedv-dev/CMakeLists.txt b/freedv-dev/CMakeLists.txt index 6df5a472..4e26437e 100644 --- a/freedv-dev/CMakeLists.txt +++ b/freedv-dev/CMakeLists.txt @@ -453,6 +453,7 @@ if(WIN32) # Detect if we're doing a 32-bit or 64-bit windows build. if(${CMAKE_SIZEOF_VOID_P} EQUAL 8) set(CMAKE_CL_64 TRUE) + set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64") endif() if(NOT ${CMAKE_BUILD_TYPE} STREQUAL "Debug") set(CPACK_STRIP_FILES TRUE) -- 2.25.1