summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-01 20:41:01 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-01 20:58:47 (GMT)
commit363d3962c476a6018c0be9fde18f347816034b97 (patch)
tree809de12ad3874414353b18a396db8120976962b4 /Source/CMakeLists.txt
parent9401da808446b1746c75e81b9b6056b96a122fe9 (diff)
downloadCMake-363d3962c476a6018c0be9fde18f347816034b97.zip
CMake-363d3962c476a6018c0be9fde18f347816034b97.tar.gz
CMake-363d3962c476a6018c0be9fde18f347816034b97.tar.bz2
Factor out target location undefined behavior helper macro
Move CM_LOCATION_UNDEFINED_BEHAVIOR into a dedicated header. Add a parameter to describe the action that leads to the undefined target location.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 2aa32d8..b5115b7 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -162,6 +162,7 @@ SET(SRCS
cmDocumentationSection.cxx
cmDocumentCompileDefinitions.h
cmDocumentGeneratorExpressions.h
+ cmDocumentLocationUndefined.h
cmDocumentVariables.cxx
cmDynamicLoader.cxx
cmDynamicLoader.h