summaryrefslogtreecommitdiff
path: root/thirdparty/directxtex
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2017-03-22 14:08:55 +0000
committerJose Fonseca <jfonseca@vmware.com>2017-03-22 14:34:06 +0000
commitf5df5d036e3031acbd3cdced97d3f0ed46ea9427 (patch)
treedcdbb06d74d84753a9faf26c0b29954daa9f459a /thirdparty/directxtex
parent1e579c41545ac4a7ed5b8dd7fd79dd7dad120558 (diff)
cmake: Don't check for unusued D3D headers/libraries.
Diffstat (limited to 'thirdparty/directxtex')
-rw-r--r--thirdparty/directxtex/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/directxtex/CMakeLists.txt b/thirdparty/directxtex/CMakeLists.txt
index afe7f3bc..d67b7eee 100644
--- a/thirdparty/directxtex/CMakeLists.txt
+++ b/thirdparty/directxtex/CMakeLists.txt
@@ -1,6 +1,6 @@
include (CheckIncludeFileCXX)
-if (DirectX_D3D11_INCLUDE_FOUND)
+if (DirectX_D3D11_3_INCLUDE_FOUND)
include_directories (BEFORE
${DirectX_D3D11_INCLUDE_DIR}