We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524457b commit 971ae03Copy full SHA for 971ae03
1 file changed
Source/cmake/OptionsWPE.cmake
@@ -412,7 +412,8 @@ endif ()
412
if (USE_LIBBACKTRACE)
413
find_package(LibBacktrace)
414
if (NOT LIBBACKTRACE_FOUND)
415
- message(FATAL_ERROR "libbacktrace is required for USE_LIBBACKTRACE")
+ message(WARNING "libbacktrace not found, disabling support")
416
+ SET_AND_EXPOSE_TO_BUILD(USE_LIBBACKTRACE OFF)
417
endif ()
418
419
0 commit comments