diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-17 18:55:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-17 18:55:45 (GMT) |
commit | d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9 (patch) | |
tree | f3a0b3569986c58c790fe1fda79943597b2d4564 /Modules/TestCXXAcceptsFlag.cmake | |
parent | 79c298e12c3f2c5a50d599123bf711c6e72248a0 (diff) | |
download | CMake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.zip CMake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.tar.gz CMake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.tar.bz2 |
ENH: Extra new line after output
Diffstat (limited to 'Modules/TestCXXAcceptsFlag.cmake')
-rw-r--r-- | Modules/TestCXXAcceptsFlag.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestCXXAcceptsFlag.cmake b/Modules/TestCXXAcceptsFlag.cmake index 69e2b42..52a21d2 100644 --- a/Modules/TestCXXAcceptsFlag.cmake +++ b/Modules/TestCXXAcceptsFlag.cmake @@ -17,6 +17,6 @@ MACRO(CHECK_CXX_ACCEPTS_FLAG FLAGS VARIABLE) MESSAGE(STATUS "Checking to see if CXX compiler acepts flag ${FLAGS} - yes") ELSE(${VARIABLE}) FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeError.log - "Determining if the CXX compiler accepts the flag ${FLAGS} failed with the following output:\n${OUTPUT}\n") + "Determining if the CXX compiler accepts the flag ${FLAGS} failed with the following output:\n${OUTPUT}\n\n") ENDIF(${VARIABLE}) ENDMACRO(CHECK_CXX_ACCEPTS_FLAG) |