Skip to content

Commit

Permalink
Replace Boost_VERSION with Boost_VERSION_STRING in STIRConfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietuk committed Nov 22, 2024
1 parent 4953e27 commit dd0a857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/STIRConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else()
SET(STIR_FIND_TYPE "REQUIRED")
endif()

find_package(Boost @Boost_VERSION@ REQUIRED)
find_package(Boost @Boost_VERSION_STRING@ REQUIRED)

if (@ITK_FOUND@)
message(STATUS "ITK support in STIR enabled.")
Expand Down

0 comments on commit dd0a857

Please sign in to comment.