Skip to content

Commit ad51b30

Browse files
authored
Increase CMake minimum version to 3.12 (#35)
1 parent b8f58c4 commit ad51b30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# For many purposes, you may not need to change anything about this file.
77

8-
cmake_minimum_required(VERSION 3.8.2)
8+
cmake_minimum_required(VERSION 3.12)
99

1010
# Set project name, version and laguages here. (change as needed)
1111
# Version numbers are available by including "exampleConfig.h" in

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.8.2)
1+
cmake_minimum_required(VERSION 3.12)
22

33
# List all files containing tests. (Change as needed)
44
set(TESTFILES # All .cpp files in tests/

0 commit comments

Comments
 (0)