Remove DirectX SDK search from CMake

The DirectX APIs are now part of the Windows SDK. We should stop relying on
the ancient SDK. This is step one.

(backport from master)
This commit is contained in:
Tracy Ward
2019-10-04 08:45:34 -04:00
parent 238ad72847
commit 46e1410932
-2
View File
@@ -276,8 +276,6 @@ else()
endif()
if(WIN32)
find_package(DirectX REQUIRED)
if(MINGW AND WITH_FFMPEG AND NOT WITH_SYSTEM_FFMPEG)
include("${SM_CMAKE_DIR}/SetupFfmpeg.cmake")
set(HAS_FFMPEG TRUE)