Skip to content

Commit d31a425

Browse files
committed
Fix rpath issue.
1 parent 9fc124e commit d31a425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/l0-fp64-checker/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if(NOT LEVEL_ZERO_DIR)
1616
message(FATAL_ERROR "LEVEL_ZERO_DIR is not set")
1717
endif()
1818

19+
set(CMAKE_INSTALL_RPATH ${LEVEL_ZERO_DIR}/lib)
1920
add_imex_tool(l0-fp64-checker l0-fp64-checker.cpp)
2021

2122
target_compile_options (l0-fp64-checker PUBLIC -fexceptions)

0 commit comments

Comments
 (0)