Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 9d80768

Browse files
kurapov-peteralexbaden
authored andcommitted
Fix installation artifacts
1 parent 73dafce commit 9d80768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniscidb/QueryEngine/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ set(query_engine_install_artefacts
296296
if(ENABLE_L0)
297297
list(APPEND query_engine_install_artefacts
298298
${CMAKE_CURRENT_BINARY_DIR}/${intel_gpu_module_name}
299-
${CMAKE_CURRENT_BINARY_DIR}/${spirv_helper_functions_module})
299+
${CMAKE_CURRENT_BINARY_DIR}/${spirv_runtime_module})
300300
endif()
301301
install(FILES ${query_engine_install_artefacts} DESTINATION QueryEngine COMPONENT "QE")
302302

0 commit comments

Comments
 (0)