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

[conan] Use version info for tfel.

parent 611e33d0
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ if(OGS_USE_LIS) ...@@ -51,7 +51,7 @@ if(OGS_USE_LIS)
endif() endif()
if(OGS_USE_MFRONT) if(OGS_USE_MFRONT)
set(CONAN_REQUIRES ${CONAN_REQUIRES} tfel/3.4@bilke/testing) set(CONAN_REQUIRES ${CONAN_REQUIRES} tfel/${ogs.minimum_version.tfel-rliv}@bilke/testing)
endif() endif()
if(OGS_BUILD_GUI) if(OGS_BUILD_GUI)
......
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