Skip to content
Snippets Groups Projects
Commit 45a15547 authored by Dave Casper's avatar Dave Casper
Browse files

Fix CMake policy issue

parent 9f3c68cf
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.10)
# suppress warning and unwanted behavior
set(CMAKE_POLICY_DEFAULT_CMP0074 NEW)
file( READ ${CMAKE_SOURCE_DIR}/version.txt _version )
string( STRIP ${_version} _version )
project( Calypso VERSION ${_version} LANGUAGES C CXX Fortran )
......
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