Skip to content

Commit 1d5280f

Browse files
committed
Update minimum cmake in example
1 parent 58ab1bf commit 1d5280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/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 3.5)
22

33
if(POLICY CMP0054)
44
cmake_policy(SET CMP0054 NEW)

0 commit comments

Comments
 (0)