Skip to content

Commit 60ffcc2

Browse files
Merge pull request #438 from compnerd/swift-less
build: remove unnecessary `find_package`
2 parents 7144ee3 + 146b2ac commit 60ffcc2

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)