From a0981ac515c9ad4306ec52fc73a45094ecea1838 Mon Sep 17 00:00:00 2001 From: dchigarev Date: Thu, 10 Oct 2024 08:33:58 +0000 Subject: [PATCH] fix cmake Signed-off-by: dchigarev --- cmake/graph-compiler.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/graph-compiler.cmake b/cmake/graph-compiler.cmake index 77275f633ade03..3103349a6bcf0c 100644 --- a/cmake/graph-compiler.cmake +++ b/cmake/graph-compiler.cmake @@ -36,7 +36,7 @@ if (NOT DEFINED GRAPH_COMPILER_LIBS) GcCpuRuntime ) - if (GC_ENABLE_IMEX) + if (${ENABLE_INTEL_GPU}) list(APPEND GRAPH_COMPILER_LIBS GcGpuOclRuntime) endif()