Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2018-09-21 15:25:26 +0300
committerGitHub <noreply@github.com>2018-09-21 15:25:26 +0300
commit575af7ecfc21ca88fcd291f19ab726c1abad043d (patch)
tree89981683e8c3b7ce1e13e7c85a82a2d173d45838 /external
parent9bfe0eb25e3dfdf4f3fd86ab6c0cda009c9bd661 (diff)
[kokoro] Add test job for disabling effcee (#1911)
Diffstat (limited to 'external')
-rw-r--r--external/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index da0b2e649..1777752ef 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -66,7 +66,7 @@ if (NOT ${SPIRV_SKIP_TESTS})
endforeach()
endif()
- set(SPIRV_ENABLE_EFFCEE ON)
+ option(SPIRV_ENABLE_EFFCEE "Enable effcee-based tests" ON)
if (MSVC)
if (MSVC_VERSION LESS 1900)
message(STATUS "SPIRV-Tools: Need Visual Studio 2015 or later for Effcee and RE2")