From ac0b7847596006462ee5c122edb82d103b966b9d Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Thu, 25 Apr 2019 23:31:35 +0200 Subject: [PATCH] Add CMake option for enabling GL interop tests --- test_conformance/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_conformance/CMakeLists.txt b/test_conformance/CMakeLists.txt index d73d47aa..c01c766e 100644 --- a/test_conformance/CMakeLists.txt +++ b/test_conformance/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.0) +option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF) + if(MSVC) # The CTS will not link on MSVC 32-bit builds. To workaround this, add the # /LARGEADDRESSAWARE option as a linker flag. This is automatically set for