Skip to content

Commit

Permalink
Comment to document why this module alone is installed differently
Browse files Browse the repository at this point in the history
  • Loading branch information
mdinger authored and wwmayer committed Apr 30, 2014
1 parent 88a3e5b commit 5fbc308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/PartDesign/App/CMakeLists.txt
Expand Up @@ -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")
Expand Down
2 changes: 2 additions & 0 deletions src/Mod/PartDesign/Gui/CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit 5fbc308

Please sign in to comment.