[cmake] disable check for c++

This commit is contained in:
Stefan Bühler 2010-10-28 22:12:45 +02:00
parent dfde2d689c
commit fdcc63dff5
1 changed files with 1 additions and 1 deletions

View File

@ -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)