Skip to content
Permalink
Browse files
Fix compile error.
  • Loading branch information
wlad committed Nov 21, 2017
1 parent b6d72ed commit 83eb14f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -42,7 +42,7 @@ MACRO(CHECK_DTRACE)
# On FreeBSD, dtrace does not handle userland tracing yet
IF(DTRACE AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD"
AND NOT BUGGY_GCC_NO_DTRACE_MODULES
AND NOT BUGGY_LINUX_DTRACE)
AND NOT BUGGY_LINUX_DTRACE
AND NOT SYSTEM_NAME MATCHES "SunOS")
SET(ENABLE_DTRACE ON CACHE BOOL "Enable dtrace")
ENDIF()

0 comments on commit 83eb14f

Please sign in to comment.