diff options
Diffstat (limited to 'Modules/Platform/DragonFly.cmake')
-rw-r--r-- | Modules/Platform/DragonFly.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/DragonFly.cmake b/Modules/Platform/DragonFly.cmake index f6e0f810f..c22677b9d 100644 --- a/Modules/Platform/DragonFly.cmake +++ b/Modules/Platform/DragonFly.cmake @@ -2,4 +2,4 @@ # http://www.dragonflybsd.org # see http://archive.netbsd.se/?ml=dfbsd-users&a=2007-07&m=4678361 -INCLUDE(Platform/FreeBSD) +include(Platform/FreeBSD) |