diff options
author | Oz Linden <oz@lindenlab.com> | 2014-12-17 13:13:41 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-12-17 13:13:41 -0500 |
commit | 2714ecea21d2061023a9bc8738bbefcdd28dc3ed (patch) | |
tree | 16d0531b07152cea0f5810772e432e38c16ded16 /indra/cmake/ViewerMiscLibs.cmake | |
parent | 680194deaf7a35caaa629abc16e886d71baff636 (diff) |
adjust cmake not to attempt loads of packages on the wrong platforms
Diffstat (limited to 'indra/cmake/ViewerMiscLibs.cmake')
-rwxr-xr-x | indra/cmake/ViewerMiscLibs.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake index d4be24799f..fc5bdedb5a 100755 --- a/indra/cmake/ViewerMiscLibs.cmake +++ b/indra/cmake/ViewerMiscLibs.cmake @@ -2,9 +2,11 @@ include(Prebuilt) if (NOT USESYSTEMLIBS) + if (LINUX) + use_prebuilt_binary(libuuid) + use_prebuilt_binary(fontconfig) + endif (LINUX) use_prebuilt_binary(libhunspell) - use_prebuilt_binary(libuuid) use_prebuilt_binary(slvoice) - use_prebuilt_binary(fontconfig) endif(NOT USESYSTEMLIBS) |