-
Couldn't load subscription status.
- Fork 10.6k
CMake: StringProcessing Apple Caches #85073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
etcwilde
wants to merge
1
commit into
swiftlang:main
Choose a base branch
from
etcwilde:ewilde/stringprocessing-apple-caches
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+255
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/apple-common.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "") | ||
| set(BUILD_SHARED_LIBS YES CACHE BOOL "") | ||
| set(SwiftStringProcessing_INSTALL_NESTED_SUBDIR OFF CACHE BOOL "") | ||
|
|
||
| set(CMAKE_CXX_FLAGS_MINSIZEREL "-Os -g -DNDEBUG" CACHE STRING "") | ||
| set(CMAKE_C_FLAGS_MINSIZEREL "-Os -g -DNDEBUG" CACHE STRING "") | ||
| set(CMAKE_Swift_FLAGS_MINSIZEREL "-Osize -g" CACHE STRING "") |
12 changes: 12 additions & 0 deletions
12
.../Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-AppleTVOS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR appletvsimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-AppleTVOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR appletvos CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
14 changes: 14 additions & 0 deletions
14
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-BridgeOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-bridgeos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-bridgeos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-bridgeos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR freestanding CACHE STRING "") | ||
| set(CMAKE_BUILD_TYPE MinSizeRel CACHE STRING "") | ||
| set(SwiftStringProcessing_SINGLE_THREADED_MODE YES CACHE BOOL "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") | ||
18 changes: 18 additions & 0 deletions
18
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-MacOSX.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| if(NOT DEFINED SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR macosx CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_COMPILER_VARIANT_TARGET "arm64-apple-ios${SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET}-macabi" CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
...es/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-WatchOS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR watchsimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-XROS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR xrsimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
...s/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-iPhoneOS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR iphonesimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64-iPhoneOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR iphoneos CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64_32-WatchOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64_32-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64_32-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64_32-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64_32 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR watchos CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64e-AppleTVOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64e-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64e-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64e-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64e CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR appletvos CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
18 changes: 18 additions & 0 deletions
18
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64e-MacOSX.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| if(NOT DEFINED SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64e-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64e-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64e-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64e CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR macosx CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_COMPILER_VARIANT_TARGET "arm64e-apple-ios${SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET}-macabi" CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64e-WatchOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64e-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64e-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64e-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64e CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR watchos CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64e-XROS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64e-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64e-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64e-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64e CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR xros CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/arm64e-iPhoneOS.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "arm64e-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "arm64e-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "arm64e-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR arm64e CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR iphoneos CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
...Supplemental/StringProcessing/cmake/caches/Vendors/Apple/x86_64-AppleTVOS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "x86_64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "x86_64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "x86_64-apple-tvos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR x86_64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR appletvsimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
18 changes: 18 additions & 0 deletions
18
Runtimes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/x86_64-MacOSX.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| if(NOT DEFINED SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "x86_64-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "x86_64-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "x86_64-apple-macosx${CMAKE_OSX_DEPLOYMENT_TARGET}" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR x86_64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR macosx CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_COMPILER_VARIANT_TARGET "x86_64-apple-ios${SwiftStringProcessing_TARGET_VARIANT_DEPLOYMENT_TARGET}-macabi" CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
...s/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/x86_64-WatchOS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "x86_64-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "x86_64-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "x86_64-apple-watchos${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR x86_64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR watchsimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
...imes/Supplemental/StringProcessing/cmake/caches/Vendors/Apple/x86_64-XROS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "x86_64-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "x86_64-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "x86_64-apple-xros${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR x86_64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR xrsimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
12 changes: 12 additions & 0 deletions
12
.../Supplemental/StringProcessing/cmake/caches/Vendors/Apple/x86_64-iPhoneOS-simulator.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) | ||
| message(SEND_ERROR "CMAKE_OSX_DEPLOYMENT_TARGET not defined") | ||
| endif() | ||
|
|
||
| set(CMAKE_C_COMPILER_TARGET "x86_64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_CXX_COMPILER_TARGET "x86_64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
| set(CMAKE_Swift_COMPILER_TARGET "x86_64-apple-ios${CMAKE_OSX_DEPLOYMENT_TARGET}-simulator" CACHE STRING "") | ||
|
|
||
| set(SwiftStringProcessing_ARCH_SUBDIR x86_64 CACHE STRING "") | ||
| set(SwiftStringProcessing_PLATFORM_SUBDIR iphonesimulator CACHE STRING "") | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/apple-common.cmake") |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would get rid of this setting, as it makes sense only for Synchronization