Skip to content

Commit 06bb6ae

Browse files
oshaduravgvassilev
authored andcommitted
Update CMakeLists.txt with better message for flamegraph option
Co-Authored-By: Vassil Vassilev <[email protected]>
1 parent a9bf8e1 commit 06bb6ae

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)