Do not install scripts/cgal_create_assertions.sh scripts/cgal_create_cmake_script_with_options

This commit is contained in:
Laurent Rineau 2012-02-03 17:13:17 +00:00
parent 99b5163b45
commit 058dbe631d
1 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ endforeach()
install(DIRECTORY ${CMAKE_BINARY_DIR}/include/CGAL DESTINATION ${CGAL_INSTALL_INC_DIR} PATTERN ".svn" EXCLUDE)
file(GLOB scripts "scripts/*")
list(REMOVE_ITEM scripts scripts/cgal_create_assertions.sh scripts/cgal_create_cmake_script_with_options)
install(PROGRAMS ${scripts} DESTINATION ${CGAL_INSTALL_BIN_DIR})
install(DIRECTORY ${CGAL_MODULES_REL_DIR}/ DESTINATION ${CGAL_INSTALL_CMAKE_DIR} )