diff options
Diffstat (limited to 'indra/cmake/ViewerMiscLibs.cmake')
-rwxr-xr-x | indra/cmake/ViewerMiscLibs.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake index a805c28598..fc5bdedb5a 100755 --- a/indra/cmake/ViewerMiscLibs.cmake +++ b/indra/cmake/ViewerMiscLibs.cmake @@ -2,11 +2,11 @@ include(Prebuilt) if (NOT USESYSTEMLIBS) - use_prebuilt_binary(libhunspell) - use_prebuilt_binary(slvoice) if (LINUX) use_prebuilt_binary(libuuid) use_prebuilt_binary(fontconfig) endif (LINUX) + use_prebuilt_binary(libhunspell) + use_prebuilt_binary(slvoice) endif(NOT USESYSTEMLIBS) |