Skip to content

Commit

Permalink
Removing from target creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jul 10, 2024
1 parent 0e7c50d commit 7ab332f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RecCaloCommon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@

file(GLOB _sources src/*.cpp )

# include_directories(${FASTJET_INCLUDE_DIRS})
# link_directories(${FASTJET_LIBRARIES})

gaudi_add_library(RecCaloCommon
SOURCES ${_sources}
LINK Gaudi::GaudiKernel
EDM4HEP::edm4hep
${FASTJET_LIBRARIES}
)

message(STATUS "FastJet include directories:\n${FASTJET_INCLUDE_DIRS}")
Expand Down

0 comments on commit 7ab332f

Please sign in to comment.