Enable C language to get rid of a warning in alfa-ci

This should rather be solved in the build environment, which is work on
the todo list.
This commit is contained in:
Dennis Klein 2018-04-12 21:36:05 +02:00
parent 6d71d22986
commit 8f68cef9e3
No known key found for this signature in database
GPG Key ID: 08E62D23FA0ECBBC

View File

@ -16,7 +16,7 @@ include(FairLoggerLib)
set_fairlogger_cmake_policies()
get_git_version(OUTVAR_PREFIX FairLogger)
project(FairLogger VERSION ${FairLogger_VERSION} LANGUAGES CXX)
project(FairLogger VERSION ${FairLogger_VERSION} LANGUAGES C CXX)
message(STATUS "${BWhite}${PROJECT_NAME}${CR} ${FairLogger_GIT_VERSION} from ${FairLogger_DATE}")
set_fairlogger_defaults()