Remove unnecessary quotes.
This commit is contained in:
@@ -50,7 +50,7 @@ fc_target_copy_resource(Points
|
||||
${CMAKE_BINARY_DIR}/Mod/Points
|
||||
Init.py)
|
||||
|
||||
SET_BIN_DIR(Points "Points" "/Mod/Points")
|
||||
SET_BIN_DIR(Points Points /Mod/Points)
|
||||
if(WIN32)
|
||||
set_target_properties(Points PROPERTIES SUFFIX ".pyd")
|
||||
endif(WIN32)
|
||||
|
||||
@@ -61,7 +61,7 @@ fc_target_copy_resource(PointsGui
|
||||
${CMAKE_BINARY_DIR}/Mod/Points
|
||||
InitGui.py)
|
||||
|
||||
SET_BIN_DIR(PointsGui "PointsGui" "/Mod/Points")
|
||||
SET_BIN_DIR(PointsGui PointsGui /Mod/Points)
|
||||
if(WIN32)
|
||||
set_target_properties(PointsGui PROPERTIES SUFFIX ".pyd")
|
||||
endif(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user