Skip to content

Commit a3a88dd

Browse files
committed
build: cleanup unreferenced CMake variables
`SWIFT_CMARK_LIBRARY_DIR` is not referenced in the build, remove the variable.
1 parent ea1e219 commit a3a88dd

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)