Skip to content

Commit

Permalink
Fix typo, and disable own dtrace proibes on Solaris, really.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Nov 21, 2017
1 parent 83eb14f commit 12840f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dtrace.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MACRO(CHECK_DTRACE)
IF(DTRACE AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD"
AND NOT BUGGY_GCC_NO_DTRACE_MODULES
AND NOT BUGGY_LINUX_DTRACE
AND NOT SYSTEM_NAME MATCHES "SunOS")
AND NOT CMAKE_SYSTEM_NAME MATCHES "SunOS")
SET(ENABLE_DTRACE ON CACHE BOOL "Enable dtrace")
ENDIF()
SET(HAVE_DTRACE ${ENABLE_DTRACE})
Expand Down

0 comments on commit 12840f9

Please sign in to comment.