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

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

View File

@@ -36,7 +36,7 @@ fc_target_copy_resource(CompleteGui
${CMAKE_BINARY_DIR}/Mod/Complete
InitGui.py)
SET_BIN_DIR(CompleteGui "CompleteGui" "/Mod/Complete")
SET_BIN_DIR(CompleteGui CompleteGui /Mod/Complete)
if(WIN32)
set_target_properties(CompleteGui PROPERTIES SUFFIX ".pyd")
endif(WIN32)