Skip to content

Commit bb59156

Browse files
committed
Order arguments in target_link_libraries directive
1 parent 05c639a commit bb59156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/PackageRegistry/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ add_library(PackageRegistry
1212
RegistryManager.swift
1313
SourceArchiver.swift)
1414
target_link_libraries(PackageRegistry PUBLIC
15-
TSCBasic
15+
Basics
1616
PackageLoading
1717
PackageModel
18-
TSCUtility
19-
Basics)
18+
TSCBasic
19+
TSCUtility)
2020
# NOTE(compnerd) workaround for CMake not setting up include flags yet
2121
set_target_properties(PackageRegistry PROPERTIES
2222
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

0 commit comments

Comments
 (0)