There was an error while loading. Please reload this page.
1 parent b6d72ed commit 83eb14fCopy full SHA for 83eb14f
cmake/dtrace.cmake
@@ -42,7 +42,7 @@ MACRO(CHECK_DTRACE)
42
# On FreeBSD, dtrace does not handle userland tracing yet
43
IF(DTRACE AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD"
44
AND NOT BUGGY_GCC_NO_DTRACE_MODULES
45
- AND NOT BUGGY_LINUX_DTRACE)
+ AND NOT BUGGY_LINUX_DTRACE
46
AND NOT SYSTEM_NAME MATCHES "SunOS")
47
SET(ENABLE_DTRACE ON CACHE BOOL "Enable dtrace")
48
ENDIF()
0 commit comments