Skip to content
Snippets Groups Projects
Commit 189008ea authored by Brad King's avatar Brad King
Browse files

Move cmake.m4 from Utilities to Auxiliary

The latter fits more consistently with other third party integration
files.
parent b601e235
No related branches found
No related tags found
No related merge requests found
install(FILES cmake-help.vim cmake-indent.vim cmake-syntax.vim DESTINATION ${CMAKE_DATA_DIR}/editors/vim)
install(FILES cmake-mode.el DESTINATION ${CMAKE_DATA_DIR}/editors/emacs)
install(FILES cmake.m4 DESTINATION share/aclocal)
add_subdirectory (bash-completion)
File moved
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment