Fix NetBSD install path

fixes #4776
This commit is contained in:
Edgar Fuß 2017-02-08 17:48:34 +01:00 committed by Michael Friedrich
parent 7414df4ef8
commit f454053d13
1 changed files with 1 additions and 1 deletions

View 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")