From fdcc63dff5ac3236572bfa95f95e10aae40ecf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 28 Oct 2010 22:12:45 +0200 Subject: [PATCH] [cmake] disable check for c++ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c207d7..36204dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ MACRO(ADD_TARGET_PROPERTIES _target _name _properties) SET_TARGET_PROPERTIES(${_target} PROPERTIES ${_name} "${_old_properties}${_properties}") ENDMACRO(ADD_TARGET_PROPERTIES) -PROJECT(fcgi-cgi) +PROJECT(fcgi-cgi C) SET(PACKAGE_VERSION 0.1.6) IF("${CMAKE_BUILD_TYPE}" STREQUAL "") SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)