diff options
author | Oz Linden <oz@lindenlab.com> | 2015-06-26 12:13:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-06-26 12:13:26 -0400 |
commit | 510f46df238497171f40b27425601feda9c0da41 (patch) | |
tree | cd0f0b1b90d1c38e51ec12fc8fde90e77adbfa7c /indra | |
parent | aa630cac08d14092e156c30042cb06e5e4937f2e (diff) |
try to avoid cmake error CMP0046
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index dd19977604..97fc81b1da 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2196,8 +2196,7 @@ if (PACKAGE) DEPENDS generate_breakpad_symbols.py VERBATIM) - add_custom_target(generate_breakpad_symbols DEPENDS "${VIEWER_SYMBOL_FILE}") - add_dependencies(generate_breakpad_symbols "${VIEWER_BINARY_NAME}" "${VIEWER_COPY_MANIFEST}") + add_custom_target(generate_breakpad_symbols DEPENDS "${VIEWER_SYMBOL_FILE}" "${VIEWER_BINARY_NAME}" "${VIEWER_COPY_MANIFEST}") add_dependencies(llpackage generate_breakpad_symbols) endif(RELEASE_CRASH_REPORTING OR NON_RELEASE_CRASH_REPORTING) endif (PACKAGE) |