Skip to content

Commit

Permalink
#2320: remove libunwind from check_system_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 20, 2024
1 parent 91f7bd1 commit c4b0e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/check_system_functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ check_include_files(mach/mach.h vt_has_mach_mach_h)
check_include_files(sys/resource.h vt_has_sys_resource_h)
check_include_files(unistd.h vt_has_unistd_h)
check_include_files(inttypes.h vt_has_inttypes_h)
# check_include_files(libunwind.h vt_has_libunwind)
check_include_files(execinfo.h vt_has_execinfo_h)

check_function_exists(mstats vt_has_mstats)
Expand Down

0 comments on commit c4b0e25

Please sign in to comment.