bifcl: Move CMake project() after cmake_minimum_required()

This commit is contained in:
Jon Siwek 2019-10-28 17:58:16 -07:00 committed by Tim Wojtulewicz
parent a86b98bb9e
commit 81b23aff92

View file

@ -1,6 +1,6 @@
project(BifCl C CXX)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(BifCl C CXX)
include(cmake/CommonCMakeConfig.cmake)