diff options
| -rw-r--r-- | indra/llui/CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 684e393cba..3e94a4738b 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -245,11 +245,11 @@ target_link_libraries(llui      )  # Add tests -if (LL_TESTS) +if (0 AND LL_TESTS)  	include(LLAddBuildTest)  	SET(llui_TEST_SOURCE_FILES  		llurlmatch.cpp  		llurlentry.cpp  		)  	LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}") -endif (LL_TESTS)
\ No newline at end of file +endif (0 AND LL_TESTS) | 
