Skip to content

Commit 898aa3e

Browse files
committed
[gardening] Add banners that describe the Android/ICU specific options in a similar way that we do the Darwin specific options
1 parent 3f9764a commit 898aa3e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ set(SWIFT_TOOLS_ENABLE_LTO OFF CACHE STRING "Build Swift tools with LTO. One
166166
# The following only works with the Ninja generator in CMake >= 3.0.
167167
set(SWIFT_PARALLEL_LINK_JOBS "" CACHE STRING
168168
"Define the maximum number of linker jobs for swift.")
169+
170+
#
171+
# User-configurable Android specific options.
172+
#
173+
169174
set(SWIFT_ANDROID_NDK_PATH "" CACHE STRING
170175
"Path to the directory that contains the Android NDK tools that are executable on the build machine")
171176
set(SWIFT_ANDROID_NDK_GCC_VERSION "" CACHE STRING
@@ -175,6 +180,10 @@ set(SWIFT_ANDROID_SDK_PATH "" CACHE STRING
175180
set(SWIFT_ANDROID_DEPLOY_DEVICE_PATH "" CACHE STRING
176181
"Path on an Android device where build products will be pushed. These are used when running the test suite against the device")
177182

183+
#
184+
# User-configurable ICU specific options for Android, FreeBSD, Linux.
185+
#
186+
178187
foreach(sdk ANDROID;FREEBSD;LINUX)
179188
set(SWIFT_${sdk}_ICU_UC "" CACHE STRING
180189
"Path to a directory containing the icuuc library for ${sdk}")

0 commit comments

Comments
 (0)