We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bf8e1 commit 06bb6aeCopy full SHA for 06bb6ae
CMakeLists.txt
@@ -63,7 +63,7 @@ if(flamegraph)
63
# Check if perf is available in OS:
64
find_program(PERF_EXECUTABLE perf)
65
if(NOT PERF_EXECUTABLE)
66
- message(WARNING "Perf is not available in your system, please install it.")
+ message(WARNING "Perf is not available in your system, please install it. Turning off the flamegraph option.")
67
set(flamegraph OFF CACHE BOOL "")
68
endif()
69
include(FlameGraph)
0 commit comments