Commit 5f1b4c0b by Ben Clayton

CMakeLists.txt: Don't set MARL_BUILD_TESTS to OFF

This is now the default in marl. Bug: b/140546382 Change-Id: Ic28537760b38c9ee051c8e527791495a57117466 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36190Tested-by: 's avatarBen Clayton <bclayton@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent fccbd75b
...@@ -2009,7 +2009,6 @@ if(BUILD_GLES_CM) ...@@ -2009,7 +2009,6 @@ if(BUILD_GLES_CM)
endif() endif()
if(BUILD_MARL) if(BUILD_MARL)
set(MARL_BUILD_TESTS OFF)
add_subdirectory(third_party/marl) add_subdirectory(third_party/marl)
endif(BUILD_MARL) endif(BUILD_MARL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment