mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
parent
7414df4ef8
commit
f454053d13
1 changed files with 1 additions and 1 deletions
2
third-party/cmake/GNUInstallDirs.cmake
vendored
2
third-party/cmake/GNUInstallDirs.cmake
vendored
|
|
@ -166,7 +166,7 @@ if(NOT CMAKE_INSTALL_DATADIR)
|
|||
set(CMAKE_INSTALL_DATADIR "${CMAKE_INSTALL_DATAROOTDIR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "(DragonFly|FreeBSD|OpenBSD)")
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "(DragonFly|FreeBSD|OpenBSD|NetBSD)")
|
||||
if(NOT CMAKE_INSTALL_INFODIR)
|
||||
set(CMAKE_INSTALL_INFODIR "" CACHE PATH "info documentation (info)")
|
||||
set(CMAKE_INSTALL_INFODIR "info")
|
||||
|
|
|
|||
Loading…
Reference in a new issue