Closed jslee02 closed 8 years ago
I'd like to keep the dependencies there to make building the project absolutely straightforward. What I would accept is a PR which adds a flag to the CMakeLists.txt that can be used to specify a directory to an alternative Eigen directory that is used instead.
(Closing this issue, since there is no defect in the software.)
I would love to use
nanogui
in my projects for graphical applications. Asnanogui
is, my project is also dependent on Eigen, and it makes a bit difficult to build them together. I understand that having all the external libraries in the same repo is very convenient when developing the library. However, it could cause dependency conflicts when the they have common dependencies.To avoid this problem, I would like to suggest removing all the external libraries from this repo and changing
nanogui
to build with installed libraries using CMakefind_package
.If this makes sense to you, then I'm willing to help the change. Please let me know what you think. Thanks!