-
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
[vsg] Update to v1.0.6 #31874
[vsg] Update to v1.0.6 #31874
Conversation
The glslang fix was actually merged in a separate PR just before I opened this, so that comment can be ignored. This PR just updates |
usage:
When testing usage, the following error occurs:
CMakeFindUsage.cpp#include <iostream> #include "vsg/all.h" CMakeLists.txtcmake_minimum_required (VERSION 3.8) |
The linkage issue should be fixed now. The test program above can configure and compile on |
The usage test passed (header files found):
|
In addition to updating
vsg
to version 1.0.6, this also changes the order that the glslang and Vulkan targets are linked, which may prevent the error described in #31801../vcpkg x-add-version --all
and committing the result.