From 422dc631b62edd22be89dfd665ecaede39c4e283 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 11 Jun 2007 15:31:42 -0400 Subject: ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the second part copies the values from the cmake variables into internal maps. So this can now be done after the compiler-specific information has been loaded, which can now overwrite more settings. Alex --- Modules/CMakeCCompiler.cmake.in | 1 - 1 file changed, 1 deletion(-) (limited to 'Modules/CMakeCCompiler.cmake.in') diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in index abd5067838..b746abaf89 100644 --- a/Modules/CMakeCCompiler.cmake.in +++ b/Modules/CMakeCCompiler.cmake.in @@ -22,7 +22,6 @@ SET(CMAKE_C_COMPILER_ID_RUN 1) SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c) SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) SET(CMAKE_C_LINKER_PREFERENCE None) -SET(CMAKE_C_OUTPUT_EXTENSION @CMAKE_C_OUTPUT_EXTENSION@) # save the size of void* in case where cache is removed # and the this file is still around -- cgit v1.2.1