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

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

View File

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