Skip to content

Commit

Permalink
add_fctest requires cmake 3.12; This disables cmake deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Nov 21, 2024
1 parent 0157ccd commit ad88ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/add_fctest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endfunction()

function( add_fctest )

cmake_minimum_required( VERSION 3.6 )
cmake_minimum_required( VERSION 3.12 )
cmake_policy( SET CMP0064 NEW ) # Recognize ``TEST`` as operator for the ``if()`` command. (introduced in CMake version 3.4)

ecbuild_add_test( ${ARGV} )
Expand Down

0 comments on commit ad88ac7

Please sign in to comment.