1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-02-17 15:55:20 -05:00
polybar/cmake
patrick96 8cc1b4fcfd fix(build): Use CMAKE_INSTALL_FULL_<dir> for default config
Using CMAKE_INSTALL_SYSCONFDIR does respect CMAKE_INSTALL_PREFIX, but it
prefixes it to CMAKE_INSTALL_SYSCONFDIR, which results in the default
config being installed to /usr/etc/polybar/config.ini or
/usr/local/etc/polybar/config.ini

CMAKE_INSTALL_FULL_SYSCONFDIR gives an absolute path that respects the
prefix but does the right thing (uses /etc) if it is /usr

Ref: #2770
2023-02-13 22:08:57 +01:00
..
common
modules
templates
01-core.cmake
02-opts.cmake
04-targets.cmake
05-summary.cmake fix(build): Use CMAKE_INSTALL_FULL_<dir> for default config 2023-02-13 22:08:57 +01:00
cxx.cmake build: Bump C++ to C++17 2022-10-23 15:20:21 +02:00
libpoly.cmake