Skip to content

Commit

Permalink
libbacktrace: Explictly set HAVE_STDINT_H.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Apr 8, 2021
1 parent e3112a3 commit 03e4e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thirdparty/libbacktrace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ if (NOT HAVE_DWARF_H AND NOT HAVE_LIBDWARF_DWARF_H)
message (STATUS "libdwarf not found. Disabling Backtrace support.")
endif ()

check_include_file ("stdint.h" HAVE_STDINT_H)

configure_file (backtrace-supported.h.in backtrace-supported.h)

configure_file (config.h.in.cmake config.h)
Expand Down

0 comments on commit 03e4e9d

Please sign in to comment.