Skip to content

Commit

Permalink
Merge pull request #385 from akva2/quell_cmake_warning
Browse files Browse the repository at this point in the history
quell CMake warning
  • Loading branch information
akva2 authored Mar 8, 2024
2 parents 02ad544 + 6c2af63 commit 4f658db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4f658db

Please sign in to comment.