]> git.lizzy.rs Git - dragonfireclient.git/commit
Use CMake's GNUInstallDirs for install directories on Unix (#11636)
authornia <29542929+alarixnia@users.noreply.github.com>
Sun, 26 Sep 2021 16:04:30 +0000 (16:04 +0000)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 16:04:30 +0000 (18:04 +0200)
commit2dc73d239a42218fcf4de7b21f2898f0935b96b1
treee9f0a5b7e3c7f45baf0688adc0295bbf21bc1f9d
parentbc7d05581b55756f6e4af4b311c30e2f6077a044
Use CMake's GNUInstallDirs for install directories on Unix (#11636)

This makes the installation process honor system-specific
directories (e.g. ${PREFIX}/man instead of ${PREFIX}/share/man on
BSD).
CMakeLists.txt