CMake: Change "USE_VULKAN" to "HAS_VULKAN"

This commit is contained in:
iwubcode
2020-10-24 13:48:51 -05:00
parent 22b0d10568
commit 02c3242078
+1 -1
View File
@@ -557,7 +557,7 @@ add_subdirectory(Externals/imgui)
add_subdirectory(Externals/glslang)
if(ENABLE_VULKAN)
add_definitions(-DUSE_VULKAN)
add_definitions(-DHAS_VULKAN)
endif()
if(NOT WIN32 OR (NOT (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")))