summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFunctionExists.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-17 18:55:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-17 18:55:45 (GMT)
commitd6ebc123f76c0d5856967dd2bf809bef2c4f4fa9 (patch)
treef3a0b3569986c58c790fe1fda79943597b2d4564 /Modules/CheckFunctionExists.cmake
parent79c298e12c3f2c5a50d599123bf711c6e72248a0 (diff)
downloadCMake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.zip
CMake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.tar.gz
CMake-d6ebc123f76c0d5856967dd2bf809bef2c4f4fa9.tar.bz2
ENH: Extra new line after output
Diffstat (limited to 'Modules/CheckFunctionExists.cmake')
-rw-r--r--Modules/CheckFunctionExists.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckFunctionExists.cmake b/Modules/CheckFunctionExists.cmake
index c0073e2..139c669 100644
--- a/Modules/CheckFunctionExists.cmake
+++ b/Modules/CheckFunctionExists.cmake
@@ -29,7 +29,7 @@ MACRO(CHECK_FUNCTION_EXISTS FUNCTION VARIABLE)
SET(${VARIABLE} "" CACHE INTERNAL "Have function ${FUNCTION}")
FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeError.log
"Determining if the function ${FUNCTION} exists failed with the following output:\n"
- "${OUTPUT}\n")
+ "${OUTPUT}\n\n")
ENDIF(${VARIABLE})
ENDIF("${VARIABLE}" MATCHES "^${VARIABLE}$")
ENDMACRO(CHECK_FUNCTION_EXISTS)