[CMake] Use cmakedefine01 instead of cmakedefine

Looks like we need a 01 value for HAVE_CRASHREPORTERCLIENT_H.

llvm-svn: 288959
This commit is contained in:
Chris Bieneman 2016-12-07 19:13:32 +00:00
parent 964c735f86
commit f3ecc9a1a8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
/* Define to 1 if you have the <CrashReporterClient.h> header file. */
#cmakedefine HAVE_CRASHREPORTERCLIENT_H
#cmakedefine01 HAVE_CRASHREPORTERCLIENT_H
/* can use __crashreporter_info__ */
#undef HAVE_CRASHREPORTER_INFO