diff --git a/tools/l0-fp64-checker/CMakeLists.txt b/tools/l0-fp64-checker/CMakeLists.txt index 98ea6bc49..295f8900b 100644 --- a/tools/l0-fp64-checker/CMakeLists.txt +++ b/tools/l0-fp64-checker/CMakeLists.txt @@ -16,6 +16,7 @@ if(NOT LEVEL_ZERO_DIR) message(FATAL_ERROR "LEVEL_ZERO_DIR is not set") endif() +set(CMAKE_INSTALL_RPATH ${LEVEL_ZERO_DIR}/lib) add_imex_tool(l0-fp64-checker l0-fp64-checker.cpp) target_compile_options (l0-fp64-checker PUBLIC -fexceptions)