Skip to content

Commit c74334b

Browse files
committed
Require CMake 3.15, inline with other Zeek projects
1 parent 76e39f5 commit c74334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
22
project(btest)
33

44
# Install scripts

0 commit comments

Comments
 (0)