Disable GLES support on mac

This commit is contained in:
baldurk
2018-07-07 00:38:14 +01:00
parent ff61bf8def
commit 4e57f295b7
+2 -1
View File
@@ -141,8 +141,9 @@ set(RENDERDOC_VERSION "${RENDERDOC_VERSION_MAJOR}.${RENDERDOC_VERSION_MINOR}")
message(STATUS "Building RenderDoc version ${RENDERDOC_VERSION}")
if(APPLE)
message(STATUS "Disabling Vulkan driver on apple")
message(STATUS "Disabling Vulkan and GLES drivers on apple")
set(ENABLE_VULKAN OFF CACHE BOOL "" FORCE)
set(ENABLE_GLES OFF CACHE BOOL "" FORCE)
endif()
if(ANDROID)