Skip to content

Commit 2b8d9b4

Browse files
authored
Small docs update for consistency (#46)
1 parent 738d2ed commit 2b8d9b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ packageProject(
3030
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
3131
# (optional) option to install only header files with matching pattern
3232
INCLUDE_HEADER_PATTERN "*.h"
33-
# relative install directory for runtimes: bins, libs, archives
34-
# if omitted, by default libs will be installed to <...>/lib/<packagename-version>/
35-
# / - means relative to <...>/lib, i.e. install libs to <...>/lib/, bins to <...>/bin/, etc
36-
RUNTIME_DESTINATION /
3733
# semicolon separated list of the project's dependencies
3834
DEPENDENCIES "fmt 7.1.3;cxxopts 2.2.0"
3935
# (optional) create a header containing the version info
@@ -53,6 +49,10 @@ packageProject(
5349
ARCH_INDEPENDENT YES
5450
# (optional) option to generate CPack variables
5551
CPACK YES
52+
# (optional) relative install directory for runtimes: bins, libs, archives
53+
# by default libs will be installed to <...>/lib/<packagename-version>/
54+
# / - means relative to <...>/lib, i.e. install libs to <...>/lib/, bins to <...>/bin/, etc
55+
RUNTIME_DESTINATION /
5656
)
5757
```
5858

0 commit comments

Comments
 (0)