Skip to content

Commit 4356e95

Browse files
authored
Merge pull request #29371 from compnerd/bs-dead-variables
build: cleanup unreferenced CMake variables
2 parents 59281eb + a3a88dd commit 4356e95

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

utils/build-script-impl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,18 +1709,6 @@ for host in "${ALL_HOSTS[@]}"; do
17091709
)
17101710
fi
17111711

1712-
if [[ "${CMAKE_GENERATOR}" == "Xcode" ]] ; then
1713-
cmake_options=(
1714-
"${cmake_options[@]}"
1715-
-DSWIFT_CMARK_LIBRARY_DIR:PATH=$(build_directory ${host} cmark)/src/${CMARK_BUILD_TYPE}
1716-
)
1717-
else
1718-
cmake_options=(
1719-
"${cmake_options[@]}"
1720-
-DSWIFT_CMARK_LIBRARY_DIR:PATH=$(build_directory ${host} cmark)/src
1721-
)
1722-
fi
1723-
17241712
if [[ "${SWIFT_SDKS}" ]] ; then
17251713
cmake_options=(
17261714
"${cmake_options[@]}"

0 commit comments

Comments
 (0)