Remove the deprecation warning, for now.

This commit is contained in:
Laurent Rineau
2017-11-15 17:29:45 +01:00
parent 0681ac6dbc
commit ffe500eb29
@@ -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()