cleanup of CMakeLists.txt

This commit is contained in:
Andreas Fabri 2025-08-11 10:17:15 +01:00
parent 5a77ef7ab6
commit add575c358
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ if(NOT MSVC_VERSION OR MSVC_VERSION GREATER_EQUAL 1919 OR MSVC_VERSION LESS 1910
include(CGAL_LASLIB_support) include(CGAL_LASLIB_support)
if (TARGET CGAL::LASLIB_support) if (TARGET CGAL::LASLIB_support)
target_link_libraries(test_read_write_point_set PRIVATE ${CGAL_libs} CGAL::LASLIB_support) target_link_libraries(test_read_write_point_set PRIVATE ${CGAL_libs} CGAL::LASLIB_support)
target_link_libraries(test_deprecated_io_point_set PRIVATE ${CGAL_libs} CGAL::LASLIB_support)
else() else()
message(STATUS "NOTICE: the LAS reader test requires LASlib and will not be compiled.") message(STATUS "NOTICE: the LAS reader test requires LASlib and will not be compiled.")
endif() endif()