Skip to content

Commit

Permalink
Make sure MarlinUtil is found
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 9, 2024
1 parent 916e7fb commit f90aec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(PackageName Tracking)
project(${PackageName})

#find_package(GenFit)
FIND_PACKAGE(MarlinUtil)
find_package(MarlinUtil REQUIRED)

#if (GenFit_FOUND)

Expand Down

0 comments on commit f90aec2

Please sign in to comment.