koide3 / small_gicp

Efficient and parallel algorithms for point cloud registration [C++, Python]
MIT License
318 stars 40 forks source link

Fix BUILD_WITH_OPENMP being set to an incorrect value by default #76

Closed valgur closed 1 month ago

valgur commented 1 month ago

It gets currently set to CACHE;STRING;Build with OpenMP;auto due to a bug in one of my previous PRs. Sorry about that.

I tested it with -DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=ON and it works as expected now.

koide3 commented 1 month ago

Ah, I've not noticed it. Thanks!