Skip to content

Commit e7f5361

Browse files
compnerdrokhinip
authored andcommitted
build: remove unnecessary find_package
Now that we link using the swift driver, we no longer need to explicitly add in the path to the swift registrar. Remove the unncessary `find_package` to make it easier to build libdispatch. Signed-off-by: Kim Topley <ktopley@apple.com>
1 parent ff70651 commit e7f5361

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ if(ENABLE_SWIFT)
5555
message(FATAL_ERROR "CMAKE_SWIFT_COMPILER must be defined to enable swift")
5656
endif()
5757

58-
find_package(Swift REQUIRED CONFIG)
59-
6058
string(TOLOWER ${CMAKE_SYSTEM_NAME} swift_os)
6159
get_swift_host_arch(swift_arch)
6260

File renamed without changes.

0 commit comments

Comments
 (0)