add lang C to main file

This commit is contained in:
Eric Berberich 2012-05-24 08:28:00 +00:00
parent d3bcfdf44b
commit 333bd56995
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# refer to the root source directory of the project as ${CMAKE_SOURCE_DIR} or
# ${CMAKE_SOURCE_DIR} and to the root binary directory of the project as
# ${CMAKE_BINARY_DIR} or ${CMAKE_BINARY_DIR}.
project(CGAL CXX)
project(CGAL CXX C)
# Minimal version of CMake:
if(WIN32)