Skip to content
Snippets Groups Projects
Commit da0e3f90 authored by Konstantin Podsvirov's avatar Konstantin Podsvirov
Browse files

install: Configurable DESTINATION for the cmake.m4 file

The DESTINATION changed from share/aclocal to ${CMAKE_XDGDATA_DIR}/aclocal.
parent 47908426
No related branches found
No related tags found
No related merge requests found
install(DIRECTORY vim/indent vim/syntax DESTINATION ${CMAKE_DATA_DIR}/editors/vim)
install(FILES cmake-mode.el DESTINATION ${CMAKE_DATA_DIR}/editors/emacs)
install(FILES cmake.m4 DESTINATION share/aclocal)
install(FILES cmake.m4 DESTINATION ${CMAKE_XDGDATA_DIR}/aclocal)
add_subdirectory (bash-completion)
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