Skip to content

Commit

Permalink
Set variable with (relative) installation path for Chrono::Python mod…
Browse files Browse the repository at this point in the history
…ules
  • Loading branch information
rserban committed Dec 28, 2016
1 parent 5f4386b commit 59f71ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -192,9 +192,11 @@ set(CPACK_SOURCE_STRIP_FILES "")
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(CH_INSTALL_DATA "data")
set(CH_INSTALL_DEMO "bin")
set(CH_INSTALL_PYTHON "bin")
else()
set(CH_INSTALL_DATA "share/chrono/data")
set(CH_INSTALL_DEMO "share/chrono/bin")
set(CH_INSTALL_PYTHON "share/chrono/python")
endif()

#------------------------------------------------------------
Expand Down

0 comments on commit 59f71ba

Please sign in to comment.