Skip to content

Commit

Permalink
Fix rpath issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
silee2 committed Apr 25, 2023
1 parent 9fc124e commit d31a425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/l0-fp64-checker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d31a425

Please sign in to comment.