Commit d06b165
committed
fix installation paths
When specifying `DESTINATION lib`, all files get installed there, also the
headers, therefore don't specify it so that files get installed in their
default location instead.
Also include GNUInstallDirs to make the installation paths configurable using
standard CMake variables CMAKE_INSTALL_INCLUDEDIR and CMAKE_INSTALL_LIBDIR.1 parent 57f8409 commit d06b165
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | | - | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
0 commit comments