Skip to content

Commit 380178e

Browse files
committed
Push minimum required CMake version to 2.8.12
- needed for `target_include_directories()`
1 parent b883da3 commit 380178e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 2.8.10)
1+
cmake_minimum_required(VERSION 2.8.12)
22

33
# Set a default build type if none was specified
44
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)