summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCompilerId.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-07 17:51:17 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-07 17:51:17 (GMT)
commitb956fc24069c668978be67a6a4855c76806bf218 (patch)
treeda5772b65227b13dd8408dbe6fe4a863bebf4743 /Modules/CMakeDetermineCompilerId.cmake
parentca3a61359541c770fb9ca0ccab83b49fd1f3d68a (diff)
downloadCMake-b956fc24069c668978be67a6a4855c76806bf218.zip
CMake-b956fc24069c668978be67a6a4855c76806bf218.tar.gz
CMake-b956fc24069c668978be67a6a4855c76806bf218.tar.bz2
STYLE: remove out commented code
Alex
Diffstat (limited to 'Modules/CMakeDetermineCompilerId.cmake')
-rw-r--r--Modules/CMakeDetermineCompilerId.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/CMakeDetermineCompilerId.cmake b/Modules/CMakeDetermineCompilerId.cmake
index e30db35..121dbc7 100644
--- a/Modules/CMakeDetermineCompilerId.cmake
+++ b/Modules/CMakeDetermineCompilerId.cmake
@@ -74,10 +74,8 @@ MACRO(CMAKE_DETERMINE_COMPILER_ID lang flagvar src)
"Compilation of the ${lang} compiler identification source \""
"${CMAKE_${lang}_COMPILER_ID_SRC}\" produced \""
"${CMAKE_${lang}_COMPILER_ID_EXE}\"\n\n")
- # only check if we don't have it yet
+ # only check if we don't have it yet
IF(NOT CMAKE_${lang}_COMPILER_ID)
-# SET(CMAKE_${lang}_COMPILER_ID_EXE "${CMAKE_${lang}_COMPILER_ID_DIR}/ConvertedToBinary")
-# FILE(HEX_TO_BIN "${CMAKE_${lang}_COMPILER_ID_EXE_TRY}" "${CMAKE_${lang}_COMPILER_ID_EXE}")
# Read the compiler identification string from the executable file.
FILE(STRINGS ${CMAKE_${lang}_COMPILER_ID_EXE}
CMAKE_${lang}_COMPILER_ID_STRINGS LIMIT_COUNT 2 REGEX "INFO:")