Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
Signed-off-by: dchigarev <[email protected]>
  • Loading branch information
dchigarev committed Oct 10, 2024
1 parent 901f2e3 commit a0981ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/graph-compiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit a0981ac

Please sign in to comment.