From bd7b2293aa1653edec2d328b1183b0954ae484b4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Mar 2023 15:40:08 -0500 Subject: Tests: Bump CMake minimum required version in find-module tests to 3.5 CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning. --- Tests/FindPython/Python2Embedded/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/FindPython/Python2Embedded') diff --git a/Tests/FindPython/Python2Embedded/CMakeLists.txt b/Tests/FindPython/Python2Embedded/CMakeLists.txt index a1036ce741..d9b2d220d7 100644 --- a/Tests/FindPython/Python2Embedded/CMakeLists.txt +++ b/Tests/FindPython/Python2Embedded/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(TestPython2Embedded LANGUAGES C) -- cgit v1.2.1