Skip to content

Commit

Permalink
Another fix to cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Nov 20, 2018
1 parent 7bef68f commit 013adcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ install(TARGETS _GEOMAlgo DESTINATION ${PYTHONOCC_INSTALL_DIRECTORY}/Core )
# install Extend
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/Extend DESTINATION ${PYTHONOCC_INSTALL_DIRECTORY} )

# install Utils
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/Wrapper DESTINATION ${PYTHONOCC_INSTALL_DIRECTORY})
# install Wrapper utils
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/Wrapper/wrapper_utils.py DESTINATION ${PYTHONOCC_INSTALL_DIRECTORY}/Wrapper)

# install deprecated modules
file(GLOB DEPRECATED_MODULES ${CMAKE_CURRENT_SOURCE_DIR}/src/SWIG_files/deprecated_modules/*.py)
Expand Down

0 comments on commit 013adcf

Please sign in to comment.