Merge topic 'fix-install-rule-for-cmake-m4'

a2a0a8e cmake.m4: Use modern signature of install(FILES ...)
This commit is contained in:
David Cole 2011-09-01 15:12:57 -04:00 committed by CMake Topic Stage
commit 97c11381d6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ ADD_CUSTOM_COMMAND(
INSTALL_FILES(${CMAKE_MAN_DIR}/man1 FILES ${MAN_FILES})
INSTALL_FILES(${CMAKE_DOC_DIR} FILES ${HTML_FILES} ${TEXT_FILES})
INSTALL_FILES(share/aclocal FILES cmake.m4)
INSTALL(FILES cmake.m4 DESTINATION share/aclocal)
# Drive documentation generation.
ADD_CUSTOM_TARGET(documentation ALL DEPENDS ${DOC_FILES} ${CMake_BINARY_DIR}/Docs/cmake.txt )