Skip to content

Commit 3240bc0

Browse files
committed
[CMakeLists] Remove unused DARWIN_ICU_INCLUDE_PATH
This CMake variable was introduced in f6224bd, but its only usage was subsequently removed in d9bbb6c. Remove the obsolete variable to avoid confusion.
1 parent 5cb7768 commit 3240bc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ option(SWIFT_RUNTIME_CRASH_REPORTER_CLIENT
140140
set(SWIFT_DARWIN_XCRUN_TOOLCHAIN "XcodeDefault" CACHE STRING
141141
"The name of the toolchain to pass to 'xcrun'")
142142

143-
set(SWIFT_DARWIN_ICU_INCLUDE_PATH "" CACHE STRING
144-
"Path to the directory where the ICU headers are located")
145-
146143
set(SWIFT_DARWIN_STDLIB_INSTALL_NAME_DIR "@rpath" CACHE STRING
147144
"The directory of the install_name for standard library dylibs")
148145

0 commit comments

Comments
 (0)