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

Added PCL_IO_ENABLE_MAND_LOCKING cmake flag. #2315

Merged
merged 2 commits into from
May 23, 2018

Conversation

floriankramer
Copy link
Contributor

As discussed in issue #2306 this pr adds a PCL_IO_ENABLE_MAND_LOCKING cmake flag that can be used to disable mandatory locking.

@taketwo
Copy link
Member

taketwo commented May 20, 2018

In PCL we typically expose this kind of thing as an (advanced) option, i.e.:

option(PCL_IO_ENABLE_MAND_LOCKING "Enables the use of mandatory locking on filesystems mounted using the mand option." ON)
mark_as_advanced(PCL_IO_ENABLE_MAND_LOCKING)

Could you change? Apart from that looks good.

@taketwo taketwo merged commit a4e4692 into PointCloudLibrary:master May 23, 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.

2 participants