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

[Conan] Add possibility to set build policy to outdated.

parent 1f34a41f
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ conan_cmake_run( ...@@ -128,7 +128,7 @@ conan_cmake_run(
GENERATORS virtualrunenv GENERATORS virtualrunenv
) )
if(NOT ${OGS_CONAN_BUILD} MATCHES "never|always|missing") if(NOT ${OGS_CONAN_BUILD} MATCHES "never|always|missing|outdated")
message(STATUS "Warning: Resetting CMake variable OGS_CONAN_BUILD to its default value of 'missing'") message(STATUS "Warning: Resetting CMake variable OGS_CONAN_BUILD to its default value of 'missing'")
set(OGS_CONAN_BUILD "missing" CACHE INTERNAL "") set(OGS_CONAN_BUILD "missing" CACHE INTERNAL "")
endif() endif()
......
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