Skip to content

Commit fb0d7e3

Browse files
committed
patch
1 parent c22d516 commit fb0d7e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

GPU/GPUTracking/display/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
3030
set_package_properties(Qt5 PROPERTIES TYPE OPTIONAL)
3131
endif()
3232

33-
if(Vulkan_FOUND)
34-
if(NOT ${Vulkan_VERSION} VERSION_GREATER_EQUAL "1.3.0" OR Vulkan_GLSLC_EXECUTABLE STREQUAL "Vulkan_GLSLC_EXECUTABLE-NOTFOUND")
35-
set(Vulkan_FOUND 0)
36-
endif()
37-
endif()
33+
set(Vulkan_FOUND 0)
3834
if(Vulkan_FOUND)
3935
include(../cmake/vulkan_display.cmake)
4036
set(GPUCA_EVENT_DISPLAY_VULKAN ON)

0 commit comments

Comments
 (0)