Skip to content

Commit b14a67e

Browse files
committed
Raise required CMake version to 2.8.12
1 parent 2ea7c34 commit b14a67e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/protonect/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.6)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
22

33
PROJECT(libfreenect2)
44
SET(CMAKE_BUILD_TYPE RelWithDebInfo)

0 commit comments

Comments
 (0)