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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user