mirror of https://github.com/CGAL/cgal
Do not install scripts/cgal_create_assertions.sh scripts/cgal_create_cmake_script_with_options
This commit is contained in:
parent
99b5163b45
commit
058dbe631d
|
|
@ -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} )
|
||||
|
|
|
|||
Loading…
Reference in New Issue