From 3091abd64f1e13a919b9f8adda8bddcdee2e311c Mon Sep 17 00:00:00 2001 From: DrSlony Date: Fri, 29 Mar 2013 23:24:02 +0000 Subject: [PATCH] Correction of in-source build warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d79f358ce..d23052e4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ get_filename_component(ABS_BINARY_DIR "${CMAKE_BINARY_DIR}" ABSOLUTE) set (OUT_OF_SOURCE_BUILD TRUE) if (ABS_SOURCE_DIR STREQUAL ABS_BINARY_DIR) set (OUT_OF_SOURCE_BUILD FALSE) - message (WARNING "You are performing an in-source build. This is discouraged. Please refer e.g. to http://www.cmake.org/Wiki/CMake_FAQ#What_is_an_.22out-of-source.22_build.3F for advantages of o ut of source builds.") + message (WARNING "You are performing an in-source build. This is discouraged. For an explanation and the advantages of out-of-source builds, please refer to http://www.cmake.org/Wiki/CMake_FAQ#What_is_an_.22out-of-source.22_build.3F") endif () # XXX remove files triggering the below check to prevent every developer from