Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LASlib] Prevent usage of LASlib with msvc 2017 #8474

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

soesau
Copy link
Member

@soesau soesau commented Sep 9, 2024

Summary of Changes

LASlib is not compatible with msvc 2017

Release Management

  • Affected package(s): Point_set_3, Point_set_processing_3, Stream_support, Polyhedron demo

@soesau soesau changed the base branch from master to 5.5.x-branch September 9, 2024 14:19
@@ -103,6 +107,7 @@ else()
target_link_libraries(ply_plugin PUBLIC scene_points_with_normal_item scene_polygon_soup_item scene_surface_mesh_item scene_textured_item)
target_compile_features(ply_plugin PRIVATE ${needed_cxx_features})

#disable if MSVC 2017
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#disable if MSVC 2017

@@ -37,6 +41,7 @@ foreach(cppfile ${cppfiles})
endif()
else()
if("${cppfile}" STREQUAL "test_LAS.cpp")
#disable if MSVC 2017
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#disable if MSVC 2017

@sloriot sloriot merged commit 9472bf4 into CGAL:5.5.x-branch Sep 9, 2024
8 checks passed
@sloriot sloriot deleted the PSP3-LAStools_msvc2017-GF branch October 14, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants