Skip to content
Snippets Groups Projects
Commit 57d364d9 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Add CMake maximum version

Installation has been tested with CMake `3.27`. Adding the maximum
version rids us of a warning message concerning policy CMP0144.
parent 8e463ace
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20...3.27)
project(Detection_eddies LANGUAGES Fortran) project(Detection_eddies LANGUAGES Fortran)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS Debug Release Profile set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS Debug Release Profile
RelWithDebInfo) RelWithDebInfo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment