Skip to content

Commit 287e1ac

Browse files
authored
Include StdlibOptions in top-level CMakeLists.txt
1 parent 0174bba commit 287e1ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ 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+
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
206+
include(StdlibOptions)
207+
205208
option(SWIFT_APPEND_VC_REV
206209
"Embed the version control system revision in Swift"
207210
TRUE)

0 commit comments

Comments
 (0)