We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0a85c commit e6227e7Copy full SHA for e6227e7
1 file changed
README.md
@@ -28,7 +28,7 @@ packageProject(
28
INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include
29
# should match the target's INSTALL_INTERFACE include directory
30
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
31
- # comma separated list of all dependencies
+ # semicolon separated list of the project's dependencies
32
DEPENDENCIES ""
33
)
34
```
0 commit comments