From b477021ad16b80d0c962dd441a62f1c375443880 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 3 Dec 2020 09:12:08 +0100 Subject: [PATCH] Remove LICENSE.FREE_USE from installation tests --- Installation/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 272431c72dc..b1bd2d8a370 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -835,7 +835,8 @@ endif() # DESTINATION option is mandatory; skipping it breaks CPack! 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() #install all includes collected in trunk et cetera