From 8a8eecbe8bbfe6a86c26128c5e62b2c308ea9a3f Mon Sep 17 00:00:00 2001 From: Weslly Date: Fri, 6 Oct 2017 00:15:23 -0300 Subject: [PATCH] Fix macOS man path --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)