From 72e7c45e984c006c12a4cb8159d3fa3784c02212 Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Tue, 22 Dec 2020 09:47:04 -0500 Subject: 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. --- Tests/PDBDirectoryAndName/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/PDBDirectoryAndName/CMakeLists.txt') diff --git a/Tests/PDBDirectoryAndName/CMakeLists.txt b/Tests/PDBDirectoryAndName/CMakeLists.txt index 44194ca1a9..95aa35192d 100644 --- a/Tests/PDBDirectoryAndName/CMakeLists.txt +++ b/Tests/PDBDirectoryAndName/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.12) cmake_policy(SET CMP0054 NEW) project(PDBDirectoryAndName C) -- cgit v1.2.1