1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 17:31:57 +08:00

Tests: Bump CMake minimum required in tests to 2.8.12

Since 3.19, CMake generates a deprecation warning when using a minimum
version less than 2.8.12.  This eliminates those warnings generated
during tests, which are typically hidden from the user and developer but
are being generated nonetheless.
This commit is contained in:
Chuck Atkins
2020-12-22 09:47:04 -05:00
parent 440531e0f9
commit 72e7c45e98
77 changed files with 80 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)
cmake_policy(PUSH)
cmake_policy(VERSION 2.8)