Tests: bump cmake_minimum_required version to 2.8.12

This needlessly produces warnings during the test runs that no-one
sees but that are distracting when actually inspecting the logs.
This commit is contained in:
Rolf Eike Beer
2021-04-04 22:57:58 +02:00
committed by Brad King
parent 20e90c08e3
commit f6b4db365a
65 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.8.12)
project(ModuleDefinition C)
# Test .def file source recognition for DLLs.