Skip to content

Commit d8a2a24

Browse files
authored
Merge pull request #2194 from etcwilde/ewilde/crypto-package-search-order
CMake: Fix SwiftCrypto/SwiftASN1 order
2 parents 2f0a8af + b663423 commit d8a2a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ find_package(LLBuild QUIET)
2424
find_package(ArgumentParser CONFIG REQUIRED)
2525
find_package(SwiftCollections QUIET)
2626
find_package(SwiftSyntax CONFIG REQUIRED)
27-
find_package(SwiftCrypto CONFIG REQUIRED)
2827
find_package(SwiftASN1 CONFIG REQUIRED)
28+
find_package(SwiftCrypto CONFIG REQUIRED)
2929

3030
include(SwiftSupport)
3131

0 commit comments

Comments
 (0)