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

Prepare for FairRoot v18.8

Fix installation of KFParticle and NicaFemto.

Add missing dependecy on Vc for KFParticle target.
Update the Nicafemto version which adds some missing include statements and
forward declarations. The new commit hash also contains a change which corrects
all LOG levels to lowercase.
parent 3fb16b11
No related branches found
No related tags found
1 merge request!1037Prepare for FairRoot v18.8
......@@ -57,6 +57,9 @@ add_library(KFParticle SHARED IMPORTED GLOBAL)
set_target_properties(KFParticle PROPERTIES
IMPORTED_LOCATION ${CMAKE_BINARY_DIR}/lib/${CMAKE_SHARED_LIBRARY_PREFIX}KFParticle${CMAKE_SHARED_LIBRARY_SUFFIX}
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_BINARY_DIR}/include)
target_link_libraries(KFParticle INTERFACE Vc::Vc)
add_dependencies(KFParticle KFPARTICLE)
set(KFParticle_LIB_DIR ${CMAKE_BINARY_DIR}/lib PARENT_SCOPE)
......
set(NICAFEMTO_VERSION 402c08b17cb62d92575695d74d36dc4750b7562f)
set(NICAFEMTO_VERSION 73178f31c1b8811fda19e77c89ca3b5944f3d4b8)
set(NICAFEMTO_SRC_URL "https://git.cbm.gsi.de/f.uhlig/nicafemto.git")
set(NICAFEMTO_DESTDIR "${CMAKE_BINARY_DIR}/external/NICAFEMTO-prefix")
......
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