Remove unnecessary quotes.

This commit is contained in:
mdinger
2014-04-14 21:01:38 -04:00
committed by wmayer
parent 6accb6da54
commit a17cce3559
45 changed files with 47 additions and 47 deletions

View File

@@ -69,7 +69,7 @@ fc_target_copy_resource(ImportPy
${CMAKE_BINARY_DIR}/Mod/Import
${SCL_Resources})
SET_BIN_DIR(Import "Import" "/Mod/Import")
SET_BIN_DIR(Import Import /Mod/Import)
if(WIN32)
set_target_properties(Import PROPERTIES SUFFIX ".pyd")
endif(WIN32)

View File

@@ -46,7 +46,7 @@ fc_target_copy_resource(ImportGui
${CMAKE_BINARY_DIR}/Mod/Import
Init.py InitGui.py)
SET_BIN_DIR(ImportGui "ImportGui" "/Mod/Import")
SET_BIN_DIR(ImportGui ImportGui /Mod/Import)
if(WIN32)
set_target_properties(ImportGui PROPERTIES SUFFIX ".pyd")
endif(WIN32)