mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update minimum required CMake to 3.5
Also now uses CMake's ENABLE_EXPORTS target property for the zeek executable to ensure symbols are visible to plugins. Prior to CMake 3.4, the policy was to export symbols by default for certain platforms, but later versions need either the explicit target property or policy.
This commit is contained in:
parent
4498c52a8b
commit
3605e04d83
19 changed files with 21 additions and 21 deletions
2
NEWS
2
NEWS
|
@ -157,6 +157,8 @@ Removed Functionality
|
|||
|
||||
- Python 2 is no longer supported. Python 3.5 is the new minimum requirement.
|
||||
|
||||
- CMake versions less than 3.5 are no longer supported.
|
||||
|
||||
Deprecated Functionality
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue