summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-11 18:48:41 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-11 18:48:41 +0000
commit17c77c719af7910b2aa2e19acb7843224614bdee (patch)
treee4c9804cb5b0633bfee3052cdfee7627daef86ce /Graphics/GraphicsEngineD3DBase
parentCMake: updated copy_required_dlls to take D3Dcompiler_47.dll from Win SDK (diff)
downloadDiligentCore-17c77c719af7910b2aa2e19acb7843224614bdee.tar.gz
DiligentCore-17c77c719af7910b2aa2e19acb7843224614bdee.zip
Fixed CMake issues with CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION not being defined for Win8.1; disabled DXC tests
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
index ef53741a..2708f071 100644
--- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
@@ -70,12 +70,6 @@ PUBLIC
set_common_target_properties(Diligent-GraphicsEngineD3DBase)
-if(${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} STRGREATER_EQUAL "10.0.17763.0")
- set(DILIGENT_HAS_D3D12_DXIL_COMPILER TRUE CACHE INTERNAL "" FORCE)
-else()
- set(DILIGENT_HAS_D3D12_DXIL_COMPILER FALSE CACHE INTERNAL "" FORCE)
-endif()
-
source_group("src" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
source_group("interface" FILES ${INTERFACE})