aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroEnsureOutOfSourceBuild.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/MacroEnsureOutOfSourceBuild.cmake')
-rw-r--r--modules/MacroEnsureOutOfSourceBuild.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/MacroEnsureOutOfSourceBuild.cmake b/modules/MacroEnsureOutOfSourceBuild.cmake
index cb26e0c3..ef4d525f 100644
--- a/modules/MacroEnsureOutOfSourceBuild.cmake
+++ b/modules/MacroEnsureOutOfSourceBuild.cmake
@@ -1,9 +1,5 @@
# - MACRO_ENSURE_OUT_OF_SOURCE_BUILD(<errorMessage>)
# MACRO_ENSURE_OUT_OF_SOURCE_BUILD(<errorMessage>)
-# Call this macro in your project if you want to enforce out-of-source builds.
-# If an in-source build is detected, it will abort with the given error message.
-# This macro works in any of the CMakeLists.txt of your project, but the recommended
-# location to call this is close to the beginning of the top level CMakeLists.txt
# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
#