From 00d2bf62ffd8daaef444c30fc063be3ace22ade6 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sun, 2 Sep 2018 13:13:38 +0100 Subject: [PATCH] Enable Vulkan build on mac --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4077ce82..b9d5065a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,8 +141,7 @@ set(RENDERDOC_VERSION "${RENDERDOC_VERSION_MAJOR}.${RENDERDOC_VERSION_MINOR}") message(STATUS "Building RenderDoc version ${RENDERDOC_VERSION}") if(APPLE) - message(STATUS "Disabling Vulkan and GLES drivers on apple") - set(ENABLE_VULKAN OFF CACHE BOOL "" FORCE) + message(STATUS "Disabling GLES driver on apple") set(ENABLE_GLES OFF CACHE BOOL "" FORCE) endif()