Skip to content

Commit 97cd661

Browse files
AMDmi3lotem
authored andcommitted
Support FreeBSD and DragonFly properly
1 parent d536c3f commit 97cd661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if(NOT DEFINED BIN_INSTALL_DIR)
142142
set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin)
143143
endif()
144144

145-
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
145+
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly")
146146
# uninstall target
147147
configure_file(
148148
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"

0 commit comments

Comments
 (0)