Skip to content
Snippets Groups Projects
Commit cd45e317 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake] Use same boost version for tfel.

parent 365a2946
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ if(OGS_USE_MFRONT) ...@@ -63,7 +63,7 @@ if(OGS_USE_MFRONT)
set(_py_boost_comp set(_py_boost_comp
"python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}" "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) if(Boost_${_py_boost_comp}_FOUND)
set(_tfel_cmake_args set(_tfel_cmake_args
"-DPython_ADDITIONAL_VERSIONS=${_py_version_major_minor}" "-DPython_ADDITIONAL_VERSIONS=${_py_version_major_minor}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment