Skip to content

Commit

Permalink
reinstated CONFIG for NiftyPET
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Nov 25, 2023
1 parent 700a627 commit 5a3458c
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 @@ -179,7 +179,7 @@ endif()

if(NOT DISABLE_NiftyPET_PROJECTOR)
if (CUDAToolkit_FOUND)
find_package(NiftyPETnipet REQUIRED COMPONENTS mmr_auxe mmr_lmproc petprj)
find_package(NiftyPETnipet REQUIRED COMPONENTS mmr_auxe mmr_lmproc petprj CONFIG)
if (NiftyPETnipet_FOUND)
set(STIR_WITH_NiftyPET_PROJECTOR ON)
endif()
Expand Down

0 comments on commit 5a3458c

Please sign in to comment.