mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
bifcl: Move CMake project() after cmake_minimum_required()
This commit is contained in:
parent
a86b98bb9e
commit
81b23aff92
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project(BifCl C CXX)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
||||||
|
project(BifCl C CXX)
|
||||||
|
|
||||||
include(cmake/CommonCMakeConfig.cmake)
|
include(cmake/CommonCMakeConfig.cmake)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue