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

Fixes to install command.

parent bf2d23ef
No related branches found
No related tags found
No related merge requests found
...@@ -100,8 +100,8 @@ if(WITH_GUI) ...@@ -100,8 +100,8 @@ if(WITH_GUI)
endif() endif()
# NOTE: leading / is important other whole path will be installed.
install(DIRECTORY ${PYMOOSE_INSTALL_DIR}/usr/ install(DIRECTORY ${PYMOOSE_INSTALL_DIR}/
DESTINATION ${CMAKE_INSTALL_PREFIX} DESTINATION ${CMAKE_INSTALL_PREFIX}
PATTERN ".git" EXCLUDE PATTERN ".git" EXCLUDE
PATTERN "*.pyc" EXCLUDE PATTERN "*.pyc" 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