mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
CMakePackageConfigHelpers: Fix Apple platform selection for tvOS
Fix the tvOS SDK name in commit 37bc3400cd (CMakePackageConfigHelpers:
Add generate_apple_platform_selection_file(), 2023-11-03).
This commit is contained in:
@@ -5,9 +5,9 @@ if(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)iphonesimulator")
|
||||
@_branch_IOS_SIMULATOR_CONFIG_FILE@
|
||||
elseif(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)iphoneos")
|
||||
@_branch_IOS_CONFIG_FILE@
|
||||
elseif(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)tvsimulator")
|
||||
elseif(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)appletvsimulator")
|
||||
@_branch_TVOS_SIMULATOR_CONFIG_FILE@
|
||||
elseif(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)tvos")
|
||||
elseif(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)appletvos")
|
||||
@_branch_TVOS_CONFIG_FILE@
|
||||
elseif(_CMAKE_OSX_SYSROOT_LOWER MATCHES "(^|/)watchsimulator")
|
||||
@_branch_WATCHOS_SIMULATOR_CONFIG_FILE@
|
||||
|
||||
Reference in New Issue
Block a user