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

Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option #2552

Merged
merged 1 commit into from
Oct 12, 2018

Conversation

UnaNancyOwen
Copy link
Member

Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option.
If this option to enabled, forced to dynamically link QHull. (This option is only available on Windows.)
Similar options are already implemented in Boost (PCL_BUILD_WITH_BOOST_DYNAMIC_LINKING_WIN32) and FLANN (PCL_BUILD_WITH_FLANN_DYNAMIC_LINKING_WIN32).

PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 ON OFF
QHULL_LIBRARIES optimized;qhull_p.lib;debug;qhull_p_d.lib optimized;qhullstatic.lib;debug;qhullstatic_d.lib

Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option.
If this option to enabled, forced to dynamically link QHull. (This option is only available on Windows.)
@UnaNancyOwen UnaNancyOwen added this to the pcl-1.9.0 milestone Oct 12, 2018
@taketwo
Copy link
Member

taketwo commented Oct 12, 2018

Related: #2089.

@taketwo taketwo merged commit b3a2534 into PointCloudLibrary:master Oct 12, 2018
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