Conversation
|
Hi, I think a bit of context would help the devs who maintain this library :) I assume this is meant to fix the same bug that I encountered: on Windows the symlink creation fails with an error like so: Your solution to make a copy instead could work, but I think you forgot the |
|
Hi all, I'm clearing out old PRs, pardon for not addressing this sooner. I don't quite understand what's going on here. I guess this code was added in case users depend on CC @qnzhou who it seems wrote this line originally, in case you have any opinions on this. |
|
This is related to #157 The issue is about the which assumes If an external project (e.g. Lagrange) uses both nanoflann and geometry-central, it will lead to a header file not found error. After thinking it a bit more, I feel it is better to consistently use the following include path in geometry central: This way, we do not need to do any cmake magic to have compatible include path. |
|
Just to add, #208 is in the same boat, just for nanort instead. |
No description provided.