Remove the deprecation warning, for now.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user