Skip to content

Commit 8ed6f8c

Browse files
committed
Merge pull request #308 from HenningJ/patch-1
Raise required CMake version to 2.8.12
2 parents 2ea7c34 + b14a67e commit 8ed6f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)