From 333bd56995bb29b5f975e37a13cef50bf390d2f6 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Thu, 24 May 2012 08:28:00 +0000 Subject: [PATCH] add lang C to main file --- Installation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index de75828c366..5f04101b376 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -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)