From b6d8bcbba10194902d8cba4f3837a00d3bfba194 Mon Sep 17 00:00:00 2001 From: "Vipul S. Chawathe" Date: Sat, 23 Jul 2016 19:37:34 +0000 Subject: [PATCH] Accomodate *BSD FreeBSD is one of the distributions from BSD subfamily of *nix OSs. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2788207..c8d73bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ if(NOT (("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") AND (NOT $ENV{distribution endif() endif() -if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD|NetBSD") +if(${CMAKE_SYSTEM_NAME} MATCHES Linux|.*BSD|DragonFly) install(FILES "${CMAKE_SOURCE_DIR}/share/juci.desktop" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") endif()