From a2a70b23b157101bdccc1c7f0d0a03ed480dadd6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 18 Sep 2018 11:49:42 -0400 Subject: [PATCH] cmake: correctly report Vulkan support at configure time (thanks, Tiago!). Fixes Bugzilla #4262. --HG-- extra : amend_source : 7b1ebe533fe01925ace83d32db188c2f002fc9b1 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd0ac63a9..1a7fe196d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1544,6 +1544,7 @@ endif() if(VIDEO_VULKAN) set(SDL_VIDEO_VULKAN 1) + set(HAVE_VIDEO_VULKAN TRUE) endif() # Dummies