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.
This commit is contained in:
Brad King
2023-03-08 15:40:08 -05:00
parent a3cdf6e12f
commit bd7b2293aa
62 changed files with 62 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)
project(TestPython2Module LANGUAGES C)