diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-18 13:53:03 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-18 13:53:03 -0800 |
commit | b98469bd7db06973e6058118551e500dc094d3c0 (patch) | |
tree | f919aac17afcdd01734ce46652069651c5bad4d9 /indra/newview/CMakeLists.txt | |
parent | 6fca0eaa00f4469a3db06f0ec8c88ba8b58b5647 (diff) |
Disable unit test on Linux only
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index fecdaef97e..079751aaf7 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2240,6 +2240,7 @@ if (LL_TESTS) ) set(test_libs + ${LLCOMMON_LIBRARIES} ${JSONCPP_LIBRARIES} ${CURL_LIBRARIES} ) |