Skip to content

Commit 7c09ea6

Browse files
oshaduravgvassilev
andauthored
Update CMakeLists.txt with better message for flamegraph option
Co-Authored-By: Vassil Vassilev <[email protected]>
1 parent e4042e0 commit 7c09ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if(flamegraph)
6363
# Check if perf is available in OS:
6464
find_program(PERF_EXECUTABLE perf)
6565
if(NOT PERF_EXECUTABLE)
66-
message(WARNING "Perf is not available in your system, please install it.")
66+
message(WARNING "Perf is not available in your system, please install it. Turning off the flamegraph option.")
6767
set(flamegraph OFF CACHE BOOL "")
6868
endif()
6969
include(FlameGraph)

0 commit comments

Comments
 (0)