diff --git a/scripts/cmake/DependenciesExternalProject.cmake b/scripts/cmake/DependenciesExternalProject.cmake
index 0092a2c9ae86019e77523b39eadb145547b54f0d..0e1470fe249bb461f0381cc65d1887ee8af2209e 100644
--- a/scripts/cmake/DependenciesExternalProject.cmake
+++ b/scripts/cmake/DependenciesExternalProject.cmake
@@ -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}"