Skip to content
Snippets Groups Projects
Commit 2f259fae authored by Administrator's avatar Administrator
Browse files

Fix install target

Define CMAKE_INSTALL_LIBDIR explicitly. In newer FairRoot versions the variable
is needed to setup the proper LD_LIBRARY_PATH for the CbmRootConfig macros.
parent 35fe69cf
No related branches found
No related tags found
1 merge request!221Fix install target
...@@ -477,6 +477,7 @@ if(NOT CBMROOT_MINIMAL) ...@@ -477,6 +477,7 @@ if(NOT CBMROOT_MINIMAL)
"${CMAKE_INSTALL_PREFIX}/include/littrack" "${CMAKE_INSTALL_PREFIX}/include/littrack"
"${CMAKE_INSTALL_PREFIX}/include/KF" "${CMAKE_INSTALL_PREFIX}/include/KF"
) )
set(CMAKE_INSTALL_LIBDIR lib)
SET(VMCWORKDIR ${CMAKE_INSTALL_PREFIX}/share/cbmroot) SET(VMCWORKDIR ${CMAKE_INSTALL_PREFIX}/share/cbmroot)
WRITE_CONFIG_FILE(config.sh_install) WRITE_CONFIG_FILE(config.sh_install)
WRITE_CONFIG_FILE(config.csh_install) WRITE_CONFIG_FILE(config.csh_install)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment