Skip to content

Commit 9c3991c

Browse files
Update CMakeLists.txt
Require at least cmake 3.11 to run examples, as its required in main CMakeLists.txt file. Newer cmake issue errors with version less then 3.5 See e.g. https://bugs.debian.org/1040723
1 parent c94c207 commit 9c3991c

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,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
22

33
project(cppzmq-examples CXX)
44

0 commit comments

Comments
 (0)