Skip to content

Commit 1196fd6

Browse files
authored
Update installation.md (#938)
1 parent fc6a29e commit 1196fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Then in your `CMakeLists.txt`:
4242

4343
```cmake
4444
find_package(DDC REQUIRED)
45-
target_link_libraries(myapp PRIVATE DDC::ddc)
45+
target_link_libraries(myapp PRIVATE DDC::core)
4646
```
4747

4848
---
@@ -109,7 +109,7 @@ Now any CMake project can find DDC automatically:
109109

110110
```cmake
111111
find_package(DDC REQUIRED)
112-
target_link_libraries(myapp PRIVATE DDC::ddc)
112+
target_link_libraries(myapp PRIVATE DDC::core)
113113
```
114114

115115
To discover available build variants:

0 commit comments

Comments
 (0)