Skip to content

Commit 83eb14f

Browse files
author
wlad
committed
Fix compile error.
1 parent b6d72ed commit 83eb14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dtrace.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MACRO(CHECK_DTRACE)
4242
# On FreeBSD, dtrace does not handle userland tracing yet
4343
IF(DTRACE AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD"
4444
AND NOT BUGGY_GCC_NO_DTRACE_MODULES
45-
AND NOT BUGGY_LINUX_DTRACE)
45+
AND NOT BUGGY_LINUX_DTRACE
4646
AND NOT SYSTEM_NAME MATCHES "SunOS")
4747
SET(ENABLE_DTRACE ON CACHE BOOL "Enable dtrace")
4848
ENDIF()

0 commit comments

Comments
 (0)