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(Assembly
${CMAKE_BINARY_DIR}/Mod/Assembly
Init.py)
SET_BIN_DIR(Assembly "Assembly" "/Mod/Assembly")
SET_BIN_DIR(Assembly Assembly /Mod/Assembly)
if(WIN32)
set_target_properties(Assembly PROPERTIES SUFFIX ".pyd")
endif(WIN32)

View File

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