mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
quell CMake warning
minimum version should come before project statement
This commit is contained in:
parent
02ad544574
commit
6c2af63ed0
@ -14,11 +14,11 @@
|
||||
# #
|
||||
###########################################################################
|
||||
|
||||
cmake_minimum_required (VERSION 3.10)
|
||||
|
||||
# Mandatory call to project
|
||||
project(opm-upscaling C CXX)
|
||||
|
||||
cmake_minimum_required (VERSION 3.10)
|
||||
|
||||
option(SIBLING_SEARCH "Search for other modules in sibling directories?" ON)
|
||||
option(INSTALL_BENCHMARKS "Install benchmark applications?" OFF)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user