From f454053d13c9dac5eba60c9b0be950013f2d1907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Fu=C3=9F?= Date: Wed, 8 Feb 2017 17:48:34 +0100 Subject: [PATCH] Fix NetBSD install path fixes #4776 --- third-party/cmake/GNUInstallDirs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/cmake/GNUInstallDirs.cmake b/third-party/cmake/GNUInstallDirs.cmake index afdd3f1fe..60e90994a 100644 --- a/third-party/cmake/GNUInstallDirs.cmake +++ b/third-party/cmake/GNUInstallDirs.cmake @@ -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")