Skip to content

Commit 6a7743d

Browse files
committed
fix: bump cmake minimum version in examples to silence warnings
1 parent 88a8b2e commit 6a7743d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright - 2015-2020 - Jan Christoph Uhde <[email protected]>
22

3-
cmake_minimum_required(VERSION 3.0.0)
3+
cmake_minimum_required(VERSION 3.5.0)
44
project(ext_examples)
55

66
## required libs

0 commit comments

Comments
 (0)