Skip to content

Commit

Permalink
[RT Common] Remove WindowsStore check in makefile
Browse files Browse the repository at this point in the history
Remove WindowsStore check for target system in CMakeLists.txt
  • Loading branch information
jinyuan-dev authored and gfxVPLsdm committed Nov 2, 2024
1 parent f461a18 commit ad8c18f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ endif()
set(MEDIA_VERSION 24.4.3) # auto-update
set(MEDIA_VERSION_STR "${MEDIA_VERSION}${MEDIA_VERSION_EXTRA}" CACHE STRING "" FORCE)

if(CMAKE_SYSTEM_NAME MATCHES WindowsStore)
if(NOT VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION)
set(VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION $ENV{MINIDDK_VERSION})
endif()
endif()

set(LANG CXX C ASM)
project(mfxgen1
VERSION ${MEDIA_VERSION}
Expand Down

0 comments on commit ad8c18f

Please sign in to comment.