also enable C as a project language

This commit is contained in:
Dennis Luxen 2015-03-30 13:26:06 +02:00
parent 0640ce9632
commit 23e4e0786d

View File

@ -6,7 +6,7 @@ Please create a directory and run cmake from there, passing the path to this sou
This process created the file `CMakeCache.txt' and the directory `CMakeFiles'. Please delete them.")
endif()
project(OSRM CXX)
project(OSRM C CXX)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include(CheckCXXCompilerFlag)
include(FindPackageHandleStandardArgs)