Skip to content

Commit

Permalink
[cmake] Use same boost version for tfel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 1, 2024
1 parent 365a294 commit cd45e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/DependenciesExternalProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(OGS_USE_MFRONT)
set(_py_boost_comp
"python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}"
)
find_package(Boost COMPONENTS ${_py_boost_comp})
find_package(Boost ${ogs.minimum_version.boost} COMPONENTS ${_py_boost_comp})
if(Boost_${_py_boost_comp}_FOUND)
set(_tfel_cmake_args
"-DPython_ADDITIONAL_VERSIONS=${_py_version_major_minor}"
Expand Down

0 comments on commit cd45e31

Please sign in to comment.