Skip to content

Commit

Permalink
Fixed CmakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Nov 19, 2018
1 parent a1b0399 commit 7b5280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ install(TARGETS _GEOMAlgo DESTINATION ${PYTHONOCC_INSTALL_DIRECTORY}/Core )
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/Extend DESTINATION ${PYTHONOCC_INSTALL_DIRECTORY} )

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

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

0 comments on commit 7b5280c

Please sign in to comment.