File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ Configures `Autotools` project with the given parameters.
211
211
- ``--bindir ``, ``--sbin `` and ``--libexec `` set to *bin * folder.
212
212
- ``--libdir `` set to *lib * folder.
213
213
- ``--includedir ``, ``--oldincludedir `` set to *include * folder.
214
- - ``--datarootdir `` set to *res * folder.
214
+ - ``--datarootdir `` set to *share * folder.
215
215
216
216
These flags will be set on demand, so only the available options in the *./configure * are actually set. They can also be totally skipped
217
217
using ``use_default_install_dirs=False `` as described in the section below.
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ There are some definitions set to be used later on the the ``install()`` step to
181
181
+-----------------------------+---------------------------------------------+
182
182
| CMAKE_INSTALL_OLDINCLUDEDIR | Set to *include * inside the package folder. |
183
183
+-----------------------------+---------------------------------------------+
184
- | CMAKE_INSTALL_DATAROOTDIR | Set to *res * inside the package folder. |
184
+ | CMAKE_INSTALL_DATAROOTDIR | Set to *share * inside the package folder. |
185
185
+-----------------------------+---------------------------------------------+
186
186
187
187
But you can change the automatic definitions after the ``CMake() `` object creation using the ``definitions `` property:
You can’t perform that action at this time.
0 commit comments