Accommodate spaces in CMAKE_BINARY_DIR

This commit is contained in:
DRC
2010-10-18 09:46:27 +00:00
parent 257a3bcf05
commit 627856c2cf

View File

@@ -1,6 +1,6 @@
!include x64.nsh
Name "@CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@"
OutFile @CMAKE_BINARY_DIR@\${BUILDDIR}@INST_NAME@.exe
OutFile "@CMAKE_BINARY_DIR@\${BUILDDIR}@INST_NAME@.exe"
InstallDir c:\@INST_NAME@
SetCompressor bzip2