diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-22 16:03:35 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-22 16:03:35 -0400 |
commit | d00d37d23b68037fed8eeeffe21a87f7597086c3 (patch) | |
tree | 2ce3ca6ce4038ab967277ebba1ca4b8a599c50e5 /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | 6c8bddca3d5a790934535fdd6f176e28d181d76a (diff) | |
parent | 776aadf4ef65681084268c3866058172c89b4259 (diff) |
merge changes for OPEN-199
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-x | indra/cmake/Copy3rdPartyLibs.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index f98e88b697..4f1b6640c2 100755 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -374,9 +374,9 @@ copy_if_different( ) set(third_party_targets ${third_party_targets} ${out_targets}) -if(NOT STANDALONE) +if(NOT USESYSTEMLIBS) add_custom_target( stage_third_party_libs ALL DEPENDS ${third_party_targets} ) -endif(NOT STANDALONE) +endif(NOT USESYSTEMLIBS) |