Remove blindly enabling all device extensions
[platform/upstream/VK-GL-CTS.git] / CMakeLists.txt
index 5b46f8f..73a7296 100644 (file)
@@ -7,7 +7,7 @@ set(DEQP_TARGET "default" CACHE STRING "dEQP Target (default, android...)")
 
 if (DEFINED DEQP_TARGET_TOOLCHAIN)
        # \note Toolchain must be included before project() command
-       include(targets/${DEQP_TARGET}/${DEQP_TARGET_TOOLCHAIN}.cmake)
+       include(targets/${DEQP_TARGET}/${DEQP_TARGET_TOOLCHAIN}.cmake NO_POLICY_SCOPE)
 endif ()
 
 project(dEQP-Core-${DEQP_TARGET})