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

[CMake] Cleanup.

parent da3a1450
No related branches found
No related tags found
1 merge request!2350[CMake] Replace OGS_BUILD_TESTS with BUILD_TESTING
...@@ -22,12 +22,6 @@ if(COMPILER_IS_GCC AND CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 6 AND UBUNTU_VER ...@@ -22,12 +22,6 @@ if(COMPILER_IS_GCC AND CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 6 AND UBUNTU_VER
endif() endif()
if(DEFINED OGS_LIB_Boost)
if(${OGS_LIB_Boost} STREQUAL "Default")
cmake_minimum_required(VERSION 3.4) # Conan Boost package requires this
endif()
endif()
include(${PROJECT_SOURCE_DIR}/scripts/cmake/conan/conan.cmake) include(${PROJECT_SOURCE_DIR}/scripts/cmake/conan/conan.cmake)
set(CONAN_REQUIRES set(CONAN_REQUIRES
......
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