mirror of https://github.com/CGAL/cgal
Update deprecation warnings
This commit is contained in:
parent
421096fd7f
commit
3668a22d89
|
|
@ -8,4 +8,4 @@ add_definitions(-DCGAL_EIGEN3_ENABLED)
|
|||
|
||||
set (EIGEN3_SETUP TRUE)
|
||||
|
||||
message(DEPRECATION "This file UseEigen.cmake is deprecated, and the function `CGAL_target_use_Eigen` from CGAL_target_use_Eigen.cmake should be used instead.")
|
||||
message(DEPRECATION "This file UseEigen.cmake is deprecated, and the imported target `CGAL::Eigen_support` from CGAL_Eigen_support.cmake should be used instead.")
|
||||
|
|
|
|||
|
|
@ -3,5 +3,4 @@
|
|||
|
||||
add_definitions(-DCGAL_LINKED_WITH_LASLIB)
|
||||
|
||||
message(DEPRECATION "This file UseLASLIB.cmake is deprecated, and the function `CGAL_target_use_LASLIB` from CGAL_target_use_LASLIB.cmake should be used instead.")
|
||||
|
||||
message(DEPRECATION "This file UseLASLIB.cmake is deprecated, and the imported target `CGAL::TBB_support` from CGAL_LASLIB_support.cmake should be used instead.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue