From f9ef4d0acb30b00a6ca8361a5093df47a931eb1c Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 27 Apr 2019 17:03:28 -0400 Subject: [PATCH] Disable COMPILER_SUPPORT by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 704ae9ac..429c969d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ OPTION(PROFILE_ARB1 "Build MojoShader with support for the ARB1 profile" ON) OPTION(PROFILE_ARB1_NV "Build MojoShader with support for the ARB1_NV profile" ON) OPTION(PROFILE_METAL "Build MojoShader with support for the Metal profile" ON) OPTION(EFFECT_SUPPORT "Build MojoShader with support for Effect framework files" ON) -OPTION(COMPILER_SUPPORT "Build MojoShader with support for HLSL source files" ON) +OPTION(COMPILER_SUPPORT "Build MojoShader with support for HLSL source files" OFF) OPTION(FLIP_VIEWPORT "Build MojoShader with the ability to flip the GL viewport" OFF) OPTION(DEPTH_CLIPPING "Build MojoShader with the ability to simulate [0, 1] depth clipping" OFF) OPTION(XNA4_VERTEXTEXTURE "Build MojoShader with XNA4 vertex texturing behavior" OFF)