From 97cd661f43c8f8500b3260954da791d2587d31c7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 28 Oct 2017 16:19:32 +0300 Subject: [PATCH] Support FreeBSD and DragonFly properly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 365929a23..0d1524392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,7 +142,7 @@ if(NOT DEFINED BIN_INSTALL_DIR) set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin) endif() -if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") +if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly") # uninstall target configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"