summaryrefslogtreecommitdiff
path: root/Modules/Platform/DragonFly.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/DragonFly.cmake')
-rw-r--r--Modules/Platform/DragonFly.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Platform/DragonFly.cmake b/Modules/Platform/DragonFly.cmake
index d8bc05a1d6..994ba7931f 100644
--- a/Modules/Platform/DragonFly.cmake
+++ b/Modules/Platform/DragonFly.cmake
@@ -3,8 +3,7 @@
# see http://archive.netbsd.se/?ml=dfbsd-users&a=2007-07&m=4678361
include(Platform/FreeBSD)
-unset(FREEBSD)
-set(DRAGONFLYBSD 1)
+set(BSD "DragonFlyBSD")
# DragonFly BSD requires -z origin to enable $ORIGIN expansion in RPATH.
# This is not required for FreeBSD since 10.2-RELEASE.