File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ if (DISABLE_STIR)
5656 set (Parallelproj_BOOL_STR "0" PARENT_SCOPE)
5757 set (STIR_WITH_CUDA_BOOL_STR "0" PARENT_SCOPE)
5858else ()
59- find_package (STIR REQUIRED)
59+ find_package (STIR 6.3 REQUIRED)
6060 message (STATUS "STIR version found: ${STIR_VERSION} " )
61- if (STIR_VERSION VERSION_LESS 5.1.0)
62- # Note: we support both version 5 and 6, so cannot put the version in the find_package statement
63- message (FATAL_ERROR "SIRF requires STIR version at least 5.1.0" )
64- endif ()
61+ # if (STIR_VERSION VERSION_LESS 5.1.0)
62+ # # Note: we support both version 5 and 6, so cannot put the version in the find_package statement
63+ # message(FATAL_ERROR "SIRF requires STIR version at least 5.1.0")
64+ # endif()
6565 if (STIR_WITH_NiftyPET_PROJECTOR)
6666 set (NiftyPET_BOOL_STR "1" )
6767 message (STATUS "STIR was built with NiftyPET, GPU projectors will be enabled." )
You can’t perform that action at this time.
0 commit comments