Skip to content

Commit

Permalink
Add REQUIRED for fastjet in the top-level CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 10, 2025
1 parent faa2a7a commit 1531f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ find_package(TBB REQUIRED COMPONENTS tbb)

# need to use our own FindFastJet.cmake
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
find_package(FastJet)
find_package(FastJet REQUIRED)

find_package( Delphes REQUIRED )

Expand Down

0 comments on commit 1531f32

Please sign in to comment.