Commit c73f81b
committed
Don't set CMAKE_INSTALL_<dir>.
According to the docs, https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html#module:GNUInstallDirs,
it should be a relative path that will automatically be prefixed wit the CMAKE_INSTALL_PREFIX (which
we already set). That means the default values, https://cmake.org/cmake/help/latest/command/install.html,
should work just fine.1 parent ce9a659 commit c73f81b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments