Skip to content

Commit

Permalink
cmake: correctly report Vulkan support at configure time (thanks, Tia…
Browse files Browse the repository at this point in the history
…go!).

Fixes Bugzilla #4262.
  • Loading branch information
icculus committed Sep 18, 2018
1 parent c179d39 commit c19516b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -1544,6 +1544,7 @@ endif()

if(VIDEO_VULKAN)
set(SDL_VIDEO_VULKAN 1)
set(HAVE_VIDEO_VULKAN TRUE)
endif()

# Dummies
Expand Down

0 comments on commit c19516b

Please sign in to comment.