mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5248 from multitalentloes/fix-cmake-warning
Fix cmake warning with line order change
This commit is contained in:
commit
46ea85ee76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user