forked from OSchip/llvm-project
[mlir] Update cmake variable post D102976
This commit is contained in:
parent
9136b7d075
commit
5618a5a059
|
@ -5,7 +5,7 @@ set(LLVM_OPTIONAL_SOURCES
|
|||
VulkanRuntime.h
|
||||
)
|
||||
|
||||
if (MLIR_VULKAN_RUNNER_ENABLED)
|
||||
if (MLIR_ENABLE_VULKAN_RUNNER)
|
||||
message(STATUS "Building the Vulkan runner")
|
||||
|
||||
# At first try "FindVulkan" from:
|
||||
|
|
Loading…
Reference in New Issue