OPM / opm-models

The models module for the Open Porous Media Simulation (OPM) framework
Other
17 stars 69 forks source link

Fix cmake warning with line order change #879

Closed multitalentloes closed 6 months ago

multitalentloes commented 6 months ago

Change line order to remove this warning:

CMake Warning (dev) at CMakeLists.txt:16 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it.

akva2 commented 6 months ago

jenkins build this please