-
Notifications
You must be signed in to change notification settings - Fork 43
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
can not link the spirv-tools #121
Comments
when build shaderc, it will use spirv-tools Updating "E:\demo\git\vk_video_samples\vk_video_decoder\external"\shaderc Building "E:\demo\git\vk_video_samples\vk_video_decoder\external"\shaderc Update the VERSION argument value or use a ... suffix to tell -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19044. Call Stack (most recent call first): CMake Warning (dev) at cmake/setup_build.cmake:17 (find_package): Call Stack (most recent call first): CMake Error at third_party/CMakeLists.txt:62 (message): |
Can you please try reverting 75a9ddd and try to fetch? |
i have the same issue and fetching and reverting 75a9ddd did not fix it |
What fixed this particular issue for me was going in update_externals_sources.bat and changing:
to
in |
but then my build generates this error so idk
|
Generating 64-bit Glslang Release CMake files for Visual Studio 17 0 -DCMAKE_INSTALL_PREFIX=install ..
CMake Warning (dev) at CMakeLists.txt:34 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19044.
CMake Deprecation Warning at CMakeLists.txt:39 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
-- Using Debug VC++ CRT: MDd
-- Using Release VC++ CRT: MD
-- Using MinSizeRel VC++ CRT: MD
-- Using RelWithDebInfo VC++ CRT: MD
-- Using Release VC++ CRT: MD
CMake Warning (dev) at CMakeLists.txt:233 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:239 (find_host_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Google Mock was not found - tests based on that will not build
-- spirv-tools not linked - illegal SPIRV may be generated for HLSL
-- Configuring done (1.3s)
-- Generating done (0.1s)
The text was updated successfully, but these errors were encountered: