Skip to content

Commit c2b3429

Browse files
CMake: minor update to D3D compiler DLLs detection
1 parent 7d30f0e commit c2b3429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineD3DBase/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if(DILIGENT_INSTALL_CORE)
7272
endif()
7373

7474
# Set paths to D3Dcompiler_47.dll, dxcompiler.dll, and dxil.dll
75-
if(MSVC)
75+
if(WIN32)
7676
unset(D3D_COMPILER_PATH CACHE)
7777
unset(DXC_COMPILER_PATH CACHE)
7878
unset(DXIL_SIGNER_PATH CACHE)

0 commit comments

Comments
 (0)