-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[flecs] update to 3.2.2 #31432
[flecs] update to 3.2.2 #31432
Conversation
The usage test passed (header files found):
|
Can't there be something better than the heuristics? |
When I test Usage in the following way, it succeeds. Please let me know if my tests are flawed. usage:
CMakeFindUsage.cpp#include <iostream> #include "flecs.hpp" CMakeLists.txtcmake_minimum_required (VERSION 3.8) |
We should use method instead of output |
The test is flawed because it doesn' t answer why it succeeds for you and why success is bad here. Why does Why is the successful test bad here? What needs to be done? target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:flecs::flecs>,flecs::flecs,flecs::flecs_static>) |
Thanks very much for @dg0yt's patient answer. @podsvirov |
The "supports" clause reflects platforms that may be fixed by this new versionAny fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.