From a519c29e93de84e949ac308831160102cc733e59 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 7 Sep 2018 09:06:35 +0300 Subject: Fix minor EBN issues --- attic/modules/CheckCXXSourceCompiles.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attic/modules/CheckCXXSourceCompiles.cmake') diff --git a/attic/modules/CheckCXXSourceCompiles.cmake b/attic/modules/CheckCXXSourceCompiles.cmake index d2ba293f..bdf58585 100644 --- a/attic/modules/CheckCXXSourceCompiles.cmake +++ b/attic/modules/CheckCXXSourceCompiles.cmake @@ -70,7 +70,7 @@ MACRO(CHECK_CXX_SOURCE_COMPILES SOURCE VAR) SET(${VAR} 1 CACHE INTERNAL "Test ${VAR}") MESSAGE(STATUS "Performing Test ${VAR} - Success") FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log - "Performing C++ SOURCE FILE Test ${VAR} succeded with the following output:\n" + "Performing C++ SOURCE FILE Test ${VAR} succeeded with the following output:\n" "${OUTPUT}\n" "Source file was:\n${SOURCE}\n") ELSE(${VAR}) -- cgit v1.2.1