Browse Source

Accomodate *BSD

FreeBSD is one of the distributions from BSD subfamily of *nix OSs.
merge-requests/365/head
Vipul S. Chawathe 10 years ago committed by eidheim
parent
commit
b6d8bcbba1
  1. 2
      CMakeLists.txt

2
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()

Loading…
Cancel
Save