You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most (all?) packages are probably also required on non-MSVC.
This will hinder portability.
In addition, none of those packges are actually used / linked within this projects CMakeLists.txt.
I assume that the dependencies will take care of linking them, but in that case, this project shouldn't even have to be aware of these libraries (instead, the dependency should pull them in).
The text was updated successfully, but these errors were encountered:
The MSVC stuff was added by @janisozaur. I can't say I understand CMake well enough to address this issue, but I do know that all of those packages are required by this project.
I might send a PR about this (and unresolved CMake stuff from #5) in the future; remind me if I don't. However, I probably won't get to it before January, so hopefully someone else picks it up before then.
This differentiates MSVC and non-MSVC, when, for the most part, it probably shouldn't have to be this way:
TrackRender/CMakeLists.txt
Lines 9 to 19 in 3dbbce0
Most (all?) packages are probably also required on non-MSVC.
This will hinder portability.
In addition, none of those packges are actually used / linked within this projects CMakeLists.txt.
I assume that the dependencies will take care of linking them, but in that case, this project shouldn't even have to be aware of these libraries (instead, the dependency should pull them in).
The text was updated successfully, but these errors were encountered: