Comment to document why this module alone is installed differently
This commit is contained in:
parent
88a3e5bf0e
commit
5fbc308ce4
|
@ -126,6 +126,8 @@ fc_target_copy_resource(PartDesign
|
|||
${CMAKE_BINARY_DIR}/Mod/PartDesign
|
||||
${PartDesign_Scripts})
|
||||
|
||||
# See link for why this module is installed differently from the other modules:
|
||||
# http://forum.freecadweb.org/viewtopic.php?f=19&t=5444
|
||||
SET_BIN_DIR(PartDesign PartDesign /Mod/PartDesign /Mod/PartDesign)
|
||||
if(WIN32)
|
||||
set_target_properties(PartDesign PROPERTIES SUFFIX ".pyd")
|
||||
|
|
|
@ -188,6 +188,8 @@ fc_target_copy_resource(PartDesignGui
|
|||
${CMAKE_BINARY_DIR}/Mod/PartDesign
|
||||
${PartDesignGui_Scripts})
|
||||
|
||||
# See link for why this module is installed differently from the other modules:
|
||||
# http://forum.freecadweb.org/viewtopic.php?f=19&t=5444
|
||||
SET_BIN_DIR(PartDesignGui PartDesignGui /Mod/PartDesign /Mod/PartDesign)
|
||||
if(WIN32)
|
||||
set_target_properties(PartDesignGui PROPERTIES SUFFIX ".pyd")
|
||||
|
|
Loading…
Reference in New Issue
Block a user