Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yelite committed Jan 23, 2023
1 parent fc5383a commit 2939542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/Logging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ elseif(USE_LIBBACKTRACE STREQUAL "COMPILE")
elseif("${USE_LIBBACKTRACE}" MATCHES ${IS_TRUE_PATTERN})
__find_libbacktrace()
if(NOT LIBBACKTRACE_FOUND)
message(SEND_ERROR "libbacktrace not found.")
message(SEND_ERROR "libbacktrace not found. (Set USE_LIBBACKTRACE to COMPILE if you want to build with the submodule at 3rdparty/libbacktrace.)")
endif()
elseif("${USE_LIBBACKTRACE}" MATCHES ${IS_FALSE_PATTERN})
else()
Expand Down

0 comments on commit 2939542

Please sign in to comment.