summaryrefslogtreecommitdiff
path: root/Utilities/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-09-18 11:45:52 -0400
committerBrad King <brad.king@kitware.com>2013-10-15 10:46:54 -0400
commit189008ea5cca58ab76eab3c1c952544793839069 (patch)
treea83992db6f3c83f37b9fe7a67161f845a21718c8 /Utilities/CMakeLists.txt
parentb601e2350afa89e592c4a601b08f8c74728d1ae3 (diff)
downloadcmake-189008ea5cca58ab76eab3c1c952544793839069.tar.gz
Move cmake.m4 from Utilities to Auxiliary
The latter fits more consistently with other third party integration files.
Diffstat (limited to 'Utilities/CMakeLists.txt')
-rw-r--r--Utilities/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt
index 31807eee14..89c4951b0a 100644
--- a/Utilities/CMakeLists.txt
+++ b/Utilities/CMakeLists.txt
@@ -127,7 +127,6 @@ install(FILES
${DOCBOOK_FILES}
DESTINATION ${CMAKE_DOC_DIR}
)
-install(FILES cmake.m4 DESTINATION share/aclocal)
# Drive documentation generation.
add_custom_target(documentation ALL DEPENDS ${DOC_FILES} ${CMake_BINARY_DIR}/Docs/cmake.txt )