mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Bump minimum CMake version to 2.8.12
This commit is contained in:
parent
2da5fecc16
commit
7bb1a148af
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
project(BinPAC C CXX)
|
project(BinPAC C CXX)
|
||||||
cmake_minimum_required(VERSION 2.6.3 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
||||||
include(cmake/CommonCMakeConfig.cmake)
|
include(cmake/CommonCMakeConfig.cmake)
|
||||||
|
|
||||||
file(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/VERSION" BINPAC_VERSION LIMIT_COUNT 1)
|
file(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/VERSION" BINPAC_VERSION LIMIT_COUNT 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue