Skip to content

Commit 30cfd97

Browse files
authored
Update README.md (#7)
1 parent 87f3b8d commit 30cfd97

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ packageProject(
3030
INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include
3131
# should match the target's INSTALL_INTERFACE include directory
3232
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
33+
# semicolon separated list of the project's dependencies
34+
DEPENDENCIES ""
3335
# (optional) create a header containing the version info
36+
# note that the path should be lowercase
3437
VERSION_HEADER "${PROJECT_NAME}/version.h"
35-
# (optional) semicolon separated list of the project's dependencies
36-
DEPENDENCIES ""
3738
)
3839
```
3940

0 commit comments

Comments
 (0)