diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-03-29 13:22:29 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-03-29 13:22:29 -0700 |
commit | 2d713a2815d1c8dc86e62eb29fbd9aacbcefa186 (patch) | |
tree | 156c94e27d802eeb762b35166ad3bca6198348d8 /indra/cmake/GoogleBreakpad.cmake | |
parent | 14f02e48b877569539c96ef5f261ac8b3943579f (diff) |
Google Breakpad Fix. Code reviewed by DaveP
Diffstat (limited to 'indra/cmake/GoogleBreakpad.cmake')
-rw-r--r-- | indra/cmake/GoogleBreakpad.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/GoogleBreakpad.cmake b/indra/cmake/GoogleBreakpad.cmake index 96e22791ec..cabc00ff9a 100644 --- a/indra/cmake/GoogleBreakpad.cmake +++ b/indra/cmake/GoogleBreakpad.cmake @@ -18,5 +18,8 @@ else (STANDALONE) # yes, this does look dumb, no, it's not incorrect # set(BREAKPAD_INCLUDE_DIRECTORIES "${LIBS_PREBUILT_DIR}/include/google_breakpad" "${LIBS_PREBUILT_DIR}/include/google_breakpad/google_breakpad") + # yes, this does look dumb, no, it's not incorrect + # + set(BREAKPAD_INCLUDE_DIRECTORIES "${LIBS_PREBUILT_DIR}/include/google_breakpad" "${LIBS_PREBUILT_DIR}/include/google_breakpad/google_breakpad") endif (STANDALONE) |