Skip to content

Commit 79766f5

Browse files
committed
Remove redundant include(StdlibOptions)
1 parent d033990 commit 79766f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ set(SWIFT_HOST_VARIANT_ARCH "${SWIFT_HOST_VARIANT_ARCH_default}" CACHE STRING
163163
# This is primarily to support building smaller or faster project files.
164164
#
165165

166-
# Subsequent options may refer to `StdlibOptions`, which have to be defined first.
167-
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
168-
include(StdlibOptions)
169-
170166
option(SWIFT_APPEND_VC_REV
171167
"Embed the version control system revision in Swift"
172168
TRUE)

0 commit comments

Comments
 (0)