Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL.

Matches existing options.
This commit is contained in:
Alex Szpakowski
2017-01-09 18:10:14 -04:00
parent 84eabf7ea7
commit ff21a25bc8
3 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ set(LIBRARIES
SPVRemapper
glslang-default-resource-limits)
if(NOT DISABLE_HLSL)
if(ENABLE_HLSL)
set(LIBRARIES ${LIBRARIES} HLSL)
endif()