diff --git a/CMakeLists.txt b/CMakeLists.txt index a3f2515af..5875caf1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,6 +198,11 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD") endif() endif() +if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") + set(BSD TRUE) + set(FREEBSD TRUE) +endif() + # Configure MSVC Runtime if(MSVC) include(MSVCRuntime)