Fix cmake warning with line order chagne

This commit is contained in:
Tobias Meyer Andersen 2024-03-07 15:24:24 +01:00
parent 5bafd76b94
commit b59950edd9

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