Skip to content

Commit 114892e

Browse files
committed
Raise CMake version requirement to 2.18.12.1
User reported error with 2.18.12 in #363. It seems before 2.18.12.1 transitive dependencies are not correctly resolved.
1 parent c3dba60 commit 114892e

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.8.12)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12.1)
22

33
if(WIN32 AND NOT MINGW)
44
if(NOT DEFINED CMAKE_DEBUG_POSTFIX)

0 commit comments

Comments
 (0)