We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba5508 commit 7da4f7cCopy full SHA for 7da4f7c
1 file changed
CMakeLists.txt
@@ -258,6 +258,7 @@ if(NOT USE_PREBUILT_SHADERS)
258
else()
259
find_program(DIRECTX_FXC_TOOL FXC.EXE
260
HINTS "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_SYSTEM_VERSION}/${DIRECTX_HOST_ARCH}"
261
+ "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_SYSTEM_VERSION}.0/${DIRECTX_HOST_ARCH}"
262
"C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}/${DIRECTX_HOST_ARCH}")
263
message(STATUS "Using LegacyShaderCompiler found in ${DIRECTX_FXC_TOOL}")
264
endif()
0 commit comments