Latest known-good SPIRV-Tools: WARNING: Needs python 3.x.

You may need to install python 3.x and also
[windows users] may need to get it in your path in front of python 2.7.x.

If you don't need the external projects (i.e., SPIRV-Tools) and don't want
to upgrade to python 3, don't create the External subdirectory and CMake
won't require python 3.  (CMake has a bug that makes it find the wrong one
on a first pass if the top level does not require the version needed by
lower levels.)
This commit is contained in:
John Kessenich 2019-05-09 03:43:26 -06:00
parent c11e3156af
commit 6fef1ca6f9
5 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,3 @@
// This header is generated by the make-revision script.
#define GLSLANG_PATCH_LEVEL 3214
#define GLSLANG_PATCH_LEVEL 3216