From c25941200ef4ce39d0774c1332ff7abfbeab7035 Mon Sep 17 00:00:00 2001 From: stdpain Date: Sat, 13 Mar 2021 12:42:01 +0800 Subject: fix cmake gperftools_enable_libunwind invalid --- cmake/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/config.h.in b/cmake/config.h.in index 22338da..030955a 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -96,7 +96,7 @@ #cmakedefine HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ -#cmakedefine01 HAVE_LIBUNWIND_H +#cmakedefine HAVE_LIBUNWIND_H /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LINUX_PTRACE_H -- cgit v1.2.1