Skip to content

Commit

Permalink
Move CMake project() after cmake_minimum_required()
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiwek committed Oct 29, 2019
1 parent 359f0de commit 8fa6c98
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,4 +1,10 @@

0.43-10 | 2019-10-28 18:05:09 -0700

* Move CMake project() after cmake_minimum_required() (Jon Siwek, Corelight)

* Zeek plugin skeleton: require CMake 3 (Dominik Charousset, Corelight)

0.43-2 | 2019-08-14 13:22:54 -0700

* Fix a regex in update-changes to be compatible with BSD-sed (Jon Siwek, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
project(ZeekAux C CXX)
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(ZeekAux C CXX)
include(cmake/CommonCMakeConfig.cmake)

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
.. -*- mode: rst; -*-
..
.. Version number is filled in automatically.
.. |version| replace:: 0.43-2
.. |version| replace:: 0.43-10

=======================
Zeek Auxiliary Programs
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.43-2
0.43-10
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+17 −36 RequireCXX17.cmake

0 comments on commit 8fa6c98

Please sign in to comment.