You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cpp] CMake: use variables for specifying install paths consistently (#4109)
* [Cpp] CMake: use variables for specifying install paths consistently
This allows overriding them if needed when the system uses different paths than
usual (e.g. Haiku, which uses "develop/headers" for includes instead of
"include").
Use the standard variable ${CMAKE_INSTALL_INCLUDEDIR} as the base path for the
include directory.
Signed-off-by: Joachim Mairböck <[email protected]>
* [Cpp] CMake: include GNUInstallDirs unconditionally to have CMAKE_INSTALL_DOCDIR available
Signed-off-by: Joachim Mairböck <[email protected]>
---------
Signed-off-by: Joachim Mairböck <[email protected]>
0 commit comments