Skip to content

Commit 64d9c3f

Browse files
authored
add a dependency between PackageLoading and SourceControl in CMake (#3288)
motivation: PR #3236 added a dependency between PackageLoading and SourceControl but did not update CMake changes: add a dependency between PackageLoading and SourceControl in CMake
1 parent 15cd755 commit 64d9c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PackageLoading/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ target_link_libraries(PackageLoading PUBLIC
2323
TSCBasic
2424
Basics
2525
PackageModel
26+
SourceControl
2627
TSCUtility)
2728
if(Foundation_FOUND)
2829
target_link_libraries(PackageLoading PUBLIC

0 commit comments

Comments
 (0)