Skip to content
Snippets Groups Projects
Commit de01800a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

find_package(DD4hep) required for future upgrades

parent 8cb6388d
Branches
No related tags found
1 merge request!102find_package(DD4hep) required for future upgrades
Pipeline #31215 passed with warnings
Pipeline: athena

#31216

    ......@@ -11,6 +11,7 @@ PROJECT(ip6
    SET(CMAKE_CXX_STANDARD 17)
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror")
    find_package(DD4hep REQUIRED COMPONENTS DDCore DDG4)
    find_package(Acts REQUIRED COMPONENTS Core PluginTGeo PluginDD4hep )
    #-----------------------------------------------------------------------------------
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment