https://github.com/Kitware/CMake
Revision c0bbefbfe7209e849c04f57e79908401ba825fe0 authored by Kitware Robot on 21 February 2014, 05:01:11 UTC, committed by Kitware Robot on 21 February 2014, 05:01:11 UTC
1 parent 44e7843
Raw File
Tip revision: c0bbefbfe7209e849c04f57e79908401ba825fe0 authored by Kitware Robot on 21 February 2014, 05:01:11 UTC
CMake Nightly Date Stamp
Tip revision: c0bbefb
CMakeLists.txt
# Always install completion file in local dir
# in order to be sure to always be able to install
# in a local user directory rooted in a single directory.
# packager should either patch that out or
# add symlinks to the files in appropriate places
#  /etc/bash_completion.d/
#  DATADIR/completions (may be /usr/share/<package>/completions
install(FILES cmake cpack ctest DESTINATION ${CMAKE_DATA_DIR}/completions)
back to top