File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments