Fix a typo

svn path=/branches/cmake-bringup/; revision=50593
This commit is contained in:
Timo Kreuzer 2011-02-02 14:01:06 +00:00
parent 7b45f773ed
commit 61c48c4272

View file

@ -167,7 +167,7 @@ IF(CMAKE_GENERATOR MATCHES "Makefiles")
FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
"Determining if this is a free VC compiler failed with the following output:\n"
"${CMAKE_COMPILER_OUTPUT}\n\n")
MESSAGE(STATUS "Check if this is a free VC compiler - yes1")
MESSAGE(STATUS "Check if this is a free VC compiler - yes")
SET(CMAKE_USING_VC_FREE_TOOLS 1)
ELSE(CMAKE_COMPILER_RETURN)
FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log