blob: 683a5eb4d3eadbefdf38b95ebafdf6a2e8a7dd4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Compat with cmake-4
https://github.com/zmap/zmap/pull/933.patch
diff --git a/CMakeLists.txt b/CMakeLists.txt
index baa524a..60e3839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
project(ZMAP C)
set(ZMAP_VERSION DEVELOPMENT) # Change DEVELOPMENT to version number for release
|