Skip to content
Snippets Groups Projects
Commit 636e4f8c authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed paths for installation.

parent 0425cb01
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,9 @@ if(WITH_GUI)
endif()
# NOTE: leading / is important other whole path will be installed.
install(DIRECTORY ${PYMOOSE_INSTALL_DIR}/
# NOTE: leading / is important other whole path will be installed. Do not
# install usr since it comes with CMAKE_INSTALL_PREFIX.
install(DIRECTORY ${PYMOOSE_INSTALL_DIR}/usr/
DESTINATION ${CMAKE_INSTALL_PREFIX}
CONFIGURATIONS Release
PATTERN ".git" EXCLUDE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment