diff options
author | Brad King <brad.king@kitware.com> | 2013-09-18 15:45:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-15 14:46:54 (GMT) |
commit | 189008ea5cca58ab76eab3c1c952544793839069 (patch) | |
tree | a83992db6f3c83f37b9fe7a67161f845a21718c8 /Utilities/CMakeLists.txt | |
parent | b601e2350afa89e592c4a601b08f8c74728d1ae3 (diff) | |
download | CMake-189008ea5cca58ab76eab3c1c952544793839069.zip CMake-189008ea5cca58ab76eab3c1c952544793839069.tar.gz CMake-189008ea5cca58ab76eab3c1c952544793839069.tar.bz2 |
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.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt index 31807ee..89c4951 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 ) |