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
commit 46ea85ee76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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