mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
[CMAKE]
Fix a typo svn path=/branches/cmake-bringup/; revision=50593
This commit is contained in:
parent
7b45f773ed
commit
61c48c4272
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue