diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-26 13:32:01 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-04-26 13:32:01 -0500 |
commit | 879ca2f6a0353fa2f8f59d81dde19546399d8bc7 (patch) | |
tree | f674db5ebe1be2c6cd0174414355a1008b1a99c7 /indra | |
parent | 8c67ef0fe5f0ddb6f92fa6a4cd41bc4c54cdf0d8 (diff) |
DRTVWR-559 Disable unit tests by default.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/Variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 653db2069a..79de3a9055 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -33,7 +33,7 @@ set(LIBS_OPEN_PREFIX) set(SCRIPTS_PREFIX ../scripts) set(VIEWER_PREFIX) set(INTEGRATION_TESTS_PREFIX) -set(LL_TESTS ON CACHE BOOL "Build and run unit and integration tests (disable for build timing runs to reduce variation") +set(LL_TESTS OFF CACHE BOOL "Build and run unit and integration tests (disable for build timing runs to reduce variation") set(INCREMENTAL_LINK OFF CACHE BOOL "Use incremental linking on win32 builds (enable for faster links on some machines)") set(ENABLE_MEDIA_PLUGINS ON CACHE BOOL "Turn off building media plugins if they are imported by third-party library mechanism") set(VIEWER_SYMBOL_FILE "" CACHE STRING "Name of tarball into which to place symbol files") |