diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-08-15 05:44:59 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-08-15 05:46:46 (GMT) |
commit | 3631f2f307232a720a69422e0b921feb48d1e9ee (patch) | |
tree | 42a37e1a3b94bc29e7133433801073d9939254e6 /src/cmake | |
parent | a008e046c6695b7185a3571293ce3dfe19f8f1de (diff) | |
download | mxe-3631f2f307232a720a69422e0b921feb48d1e9ee.zip mxe-3631f2f307232a720a69422e0b921feb48d1e9ee.tar.gz mxe-3631f2f307232a720a69422e0b921feb48d1e9ee.tar.bz2 |
cmake: add prefixed cpack and CPACK_NSIS_EXECUTABLE
see #1502
Diffstat (limited to 'src/cmake')
-rw-r--r-- | src/cmake/conf/mxe-conf.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmake/conf/mxe-conf.cmake.in b/src/cmake/conf/mxe-conf.cmake.in index 12d3856..8bd4cf1 100644 --- a/src/cmake/conf/mxe-conf.cmake.in +++ b/src/cmake/conf/mxe-conf.cmake.in @@ -56,6 +56,7 @@ set(CMAKE_Fortran_COMPILER @PREFIX@/bin/@TARGET@-gfortran) set(CMAKE_RC_COMPILER @PREFIX@/bin/@TARGET@-windres) # CMAKE_RC_COMPILE_OBJECT is defined in: # <cmake root>/share/cmake-X.Y/Modules/Platform/Windows-windres.cmake +set(CPACK_NSIS_EXECUTABLE @TARGET@-makensis) ## Individual package configuration file(GLOB mxe_cmake_files |