cgal/Installation/cmake/modules/UseLASLIB.cmake

8 lines
329 B
CMake

# This module setups the compiler for using LASlib library.
# It assumes that find_package(LASLIB) was already called.
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.")