File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,7 @@ macro(add_offloadtest_library name)
41
41
set_target_properties (OffloadTest${name} PROPERTIES FOLDER "Offload Test/Libraries" )
42
42
endmacro ()
43
43
44
- if (APPLE )
45
- set (OPTIONAL_MOLTEN COMPONENTS MoltenVK )
46
- endif ()
47
-
48
- find_package (Vulkan ${OPTIONAL_MOLTEN} )
44
+ find_package (Vulkan )
49
45
message (STATUS "Vulkan Include Dirs: ${Vulkan_INCLUDE_DIRS} " )
50
46
if (Vulkan_INCLUDE_DIRS )
51
47
set (OFFLOADTEST_ENABLE_VULKAN On )
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ if (APPLE)
24
24
"-framework MetalKit"
25
25
"-framework AppKit"
26
26
"-framework Foundation"
27
- "-framework QuartzCore"
28
- ${api_frameworks} )
27
+ "-framework QuartzCore" )
29
28
list (APPEND api_headers PRIVATE ${METAL_INCLUDE_DIRS} )
30
29
endif ()
31
30
You can’t perform that action at this time.
0 commit comments