Skip to content

Commit

Permalink
[CMake] Use cmakedefine01 instead of cmakedefine
Browse files Browse the repository at this point in the history
Looks like we need a 01 value for HAVE_CRASHREPORTERCLIENT_H.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288959 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Chris Bieneman committed Dec 7, 2016
1 parent 8b90b13 commit 5472e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/Config/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5472e8e

Please sign in to comment.