mirror of https://github.com/CGAL/cgal
Remove the deprecation warning, for now.
This commit is contained in:
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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue