Skip to content

Commit

Permalink
Make sure MarlinUtil is found (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Dec 26, 2024
1 parent a753c65 commit 6890fbc
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 6890fbc

Please sign in to comment.