Skip to content

Commit

Permalink
Small docs update for consistency (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians authored Dec 22, 2024
1 parent 738d2ed commit 2b8d9b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ packageProject(
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
# (optional) option to install only header files with matching pattern
INCLUDE_HEADER_PATTERN "*.h"
# relative install directory for runtimes: bins, libs, archives
# if omitted, by default libs will be installed to <...>/lib/<packagename-version>/
# / - means relative to <...>/lib, i.e. install libs to <...>/lib/, bins to <...>/bin/, etc
RUNTIME_DESTINATION /
# semicolon separated list of the project's dependencies
DEPENDENCIES "fmt 7.1.3;cxxopts 2.2.0"
# (optional) create a header containing the version info
Expand All @@ -53,6 +49,10 @@ packageProject(
ARCH_INDEPENDENT YES
# (optional) option to generate CPack variables
CPACK YES
# (optional) relative install directory for runtimes: bins, libs, archives
# by default libs will be installed to <...>/lib/<packagename-version>/
# / - means relative to <...>/lib, i.e. install libs to <...>/lib/, bins to <...>/bin/, etc
RUNTIME_DESTINATION /
)
```

Expand Down

0 comments on commit 2b8d9b4

Please sign in to comment.