From 20b5765b281890174ef009c8e13c36303983e0e3 Mon Sep 17 00:00:00 2001 From: Rechi Date: Tue, 19 Mar 2019 10:25:38 +0100 Subject: [cmake] handle D3DX11Effects with PLATFORM_REQUIRED_DEPS --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 85bce62741..ec82e148d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,9 +136,6 @@ set(required_deps ASS TinyXML ZLIB ${PLATFORM_REQUIRED_DEPS}) -if(WIN32) - list(APPEND required_deps D3DX11Effects) -endif() # Optional dependencies. Keep in alphabetical order please set(optional_deps Alsa -- cgit v1.2.3