Skip to content

Commit 98d02b8

Browse files
committed
Remove redundant include(StdlibOptions)
1 parent 88da2d7 commit 98d02b8

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
@@ -202,10 +202,6 @@ set(SWIFT_HOST_VARIANT_ARCH "${SWIFT_HOST_VARIANT_ARCH_default}" CACHE STRING
202202
# This is primarily to support building smaller or faster project files.
203203
#
204204

205-
# Subsequent options may refer to `StdlibOptions`, which have to be defined first.
206-
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
207-
include(StdlibOptions)
208-
209205
option(SWIFT_APPEND_VC_REV
210206
"Embed the version control system revision in Swift"
211207
TRUE)

0 commit comments

Comments
 (0)