Merge pull request #385 from akva2/quell_cmake_warning

quell CMake warning
This commit is contained in:
Arne Morten Kvarving
2024-03-08 11:37:39 +01:00
committed by GitHub

View File

@@ -14,11 +14,11 @@
# #
###########################################################################
cmake_minimum_required (VERSION 3.10)
# Mandatory call to project
project(opm-upscaling C CXX)
cmake_minimum_required (VERSION 3.10)
option(SIBLING_SEARCH "Search for other modules in sibling directories?" ON)
option(INSTALL_BENCHMARKS "Install benchmark applications?" OFF)