mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
Tests/RunCMake/CPack: Bump verify result cmake version
Bumped version to current cmake version so that we always use latest policies.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION} FATAL_ERROR)
|
||||
|
||||
include("${config_file}")
|
||||
include("${src_dir}/${GENERATOR_TYPE}/Helpers.cmake")
|
||||
|
||||
Reference in New Issue
Block a user