We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f58c4 commit ad51b30Copy full SHA for ad51b30
2 files changed
CMakeLists.txt
@@ -5,7 +5,7 @@
5
#
6
# For many purposes, you may not need to change anything about this file.
7
8
-cmake_minimum_required(VERSION 3.8.2)
+cmake_minimum_required(VERSION 3.12)
9
10
# Set project name, version and laguages here. (change as needed)
11
# Version numbers are available by including "exampleConfig.h" in
tests/CMakeLists.txt
@@ -1,4 +1,4 @@
1
2
3
# List all files containing tests. (Change as needed)
4
set(TESTFILES # All .cpp files in tests/
0 commit comments