mirror of https://github.com/CGAL/cgal
Remove LICENSE.FREE_USE from installation tests
This commit is contained in:
parent
2d4ff0a9ac
commit
b477021ad1
|
|
@ -835,7 +835,8 @@ endif()
|
||||||
# DESTINATION option is mandatory; skipping it breaks CPack!
|
# DESTINATION option is mandatory; skipping it breaks CPack!
|
||||||
|
|
||||||
if(CGAL_INSTALL_DOC_DIR)
|
if(CGAL_INSTALL_DOC_DIR)
|
||||||
install(FILES AUTHORS CHANGES.md LICENSE LICENSE.FREE_USE LICENSE.GPL LICENSE.LGPL DESTINATION ${CGAL_INSTALL_DOC_DIR} )
|
install(FILES AUTHORS CHANGES.md LICENSE LICENSE.GPL
|
||||||
|
LICENSE.LGPL DESTINATION ${CGAL_INSTALL_DOC_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#install all includes collected in trunk et cetera
|
#install all includes collected in trunk et cetera
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue