We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a924 commit 55e5a2fCopy full SHA for 55e5a2f
1 file changed
thirdparty/CMakeLists.txt
@@ -14,7 +14,9 @@ set(SDL2MIXER_MIDI OFF)
14
set(SDL2MIXER_OPUS OFF)
15
set(SDL2MIXER_VORBIS "VORBISFILE")
16
set(SDL2MIXER_WAVPACK OFF)
17
-if (SDL_VULKAN_ENABLED)
+
18
+if (CMAKE_SYSTEM_NAME MATCHES "Linux")
19
+ message(STATUS "Thirdparty: SDL_VULKAN_ENABLED = ${SDL_VULKAN_ENABLED}")
20
set(SDL_VULKAN_ENABLED ON CACHE BOOL "Enable Vulkan support" FORCE)
21
endif()
22
0 commit comments