summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/FreeBSD.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/FreeBSD.cmake')
-rw-r--r--Modules/Platform/FreeBSD.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/FreeBSD.cmake b/Modules/Platform/FreeBSD.cmake
index e9c9ab2..e5a8093 100644
--- a/Modules/Platform/FreeBSD.cmake
+++ b/Modules/Platform/FreeBSD.cmake
@@ -6,3 +6,5 @@ IF(EXISTS /usr/include/dlfcn.h)
SET(CMAKE_SHARED_LIBRARY_RUNTIME_FLAG "-Wl,-rpath,") # -rpath
SET(CMAKE_SHARED_LIBRARY_RUNTIME_FLAG_SEP ":") # : or empty
ENDIF(EXISTS /usr/include/dlfcn.h)
+# include the gcc flags
+INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)