Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeslly <weslly.honorato@gmail.com>2017-10-06 06:15:23 +0300
committerWeslly <weslly.honorato@gmail.com>2017-10-06 06:15:23 +0300
commit8a8eecbe8bbfe6a86c26128c5e62b2c308ea9a3f (patch)
treea7a6c6e7717f4eca6e2ef0adead83f787bc01317 /CMakeLists.txt
parent2481367ab4fb5de4b806d2c5d01e1ace13e131b4 (diff)
Fix macOS man path
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 976b32937..b0abafa11 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,6 +178,7 @@ endif()
if(APPLE AND WITH_APP_BUNDLE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
set(CMAKE_INSTALL_PREFIX "/Applications")
+ set(CMAKE_INSTALL_MANDIR "/usr/local/share/man")
endif()
if(MINGW)