Skip to content
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

[5.8] CMake: fix missing SWIFT_CONCURRENCY_GLOBAL_EXECUTOR #66246

Merged
merged 11 commits into from
Jun 1, 2023
Prev Previous commit
Next Next commit
Remove redundant include(StdlibOptions)
MaxDesiatov committed May 31, 2023
commit 79766f53f23d01d832ee2a3d994e30f7dc940010
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -163,10 +163,6 @@ set(SWIFT_HOST_VARIANT_ARCH "${SWIFT_HOST_VARIANT_ARCH_default}" CACHE STRING
# This is primarily to support building smaller or faster project files.
#

# Subsequent options may refer to `StdlibOptions`, which have to be defined first.
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
include(StdlibOptions)

option(SWIFT_APPEND_VC_REV
"Embed the version control system revision in Swift"
TRUE)