mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix cmake warning with line order chagne
This commit is contained in:
parent
5bafd76b94
commit
b59950edd9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user