mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: CMake 2.6 compatibility changes
This commit is contained in:
parent
71cc7e9d5b
commit
4dd640d0f7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ project(BinPAC)
|
|||
########################################################################
|
||||
## CMake Configuration
|
||||
|
||||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
|
||||
|
||||
# Prohibit in-source builds.
|
||||
if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue