Merge pull request #5248 from multitalentloes/fix-cmake-warning

Fix cmake warning with line order change
This commit is contained in:
Arne Morten Kvarving
2024-03-07 16:05:05 +01:00
committed by GitHub

View File

@@ -13,10 +13,10 @@
# Mandatory call to project
project(opm-simulators C CXX)
cmake_minimum_required (VERSION 3.10)
project(opm-simulators C CXX)
option(SIBLING_SEARCH "Search for other modules in sibling directories?" ON)
set( USE_OPENMP_DEFAULT OFF ) # Use of OpenMP is considered experimental