From ffe500eb29f4c96f0f75bc7a83ae1df79c19a717 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 15 Nov 2017 17:29:45 +0100 Subject: [PATCH] Remove the deprecation warning, for now. --- .../cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake b/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake index d5e2d3ad340..01f1fd3c68c 100644 --- a/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake +++ b/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake @@ -65,7 +65,6 @@ function(create_single_source_cgal_program firstfile ) target_link_libraries(${exe_name} PRIVATE CGAL::CGAL) if(CGAL_3RD_PARTY_LIBRARIES) - message(DEPRECATION "Deprecated use of CGAL_3RD_PARTY_LIBRARIES: " ${CGAL_3RD_PARTY_LIBRARIES}) target_link_libraries(${exe_name} PRIVATE ${CGAL_3RD_PARTY_LIBRARIES}) endif()