Skip to content

Commit 146b2ac

Browse files
committed
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.
1 parent afa6cc3 commit 146b2ac

File tree

1 file changed

+0
-2
lines changed

1 file 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

0 commit comments

Comments
 (0)