Set BSD/FREEBSD for DragonflyBSD
DragonflyBSD was a fork of FreeBSD once upon a time. As far as FreeRDP is concerned, DragonflyBSD is FreeBSD-compatible and DragonflyBSD in-fact uses the FreeBSD ports tree (+ patches)
This commit is contained in:
parent
8cba201999
commit
5e9c8c4bca
@ -198,6 +198,11 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD")
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
|
||||||
|
set(BSD TRUE)
|
||||||
|
set(FREEBSD TRUE)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Configure MSVC Runtime
|
# Configure MSVC Runtime
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
include(MSVCRuntime)
|
include(MSVCRuntime)
|
||||||
|
Loading…
Reference in New Issue
Block a user