]> granicus.if.org Git - icinga2/commitdiff
Fix NetBSD install path
authorEdgar Fuß <ef@math.uni-bonn.de>
Wed, 8 Feb 2017 16:48:34 +0000 (17:48 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 8 Feb 2017 16:48:34 +0000 (17:48 +0100)
fixes #4776

third-party/cmake/GNUInstallDirs.cmake

index afdd3f1fe88e60c7e9040c1ac472093363f8edeb..60e90994a2dd7ffc5721018ca4980c5a5c61e33c 100644 (file)
@@ -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")