We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc124e commit d31a425Copy full SHA for d31a425
tools/l0-fp64-checker/CMakeLists.txt
@@ -16,6 +16,7 @@ if(NOT LEVEL_ZERO_DIR)
16
message(FATAL_ERROR "LEVEL_ZERO_DIR is not set")
17
endif()
18
19
+set(CMAKE_INSTALL_RPATH ${LEVEL_ZERO_DIR}/lib)
20
add_imex_tool(l0-fp64-checker l0-fp64-checker.cpp)
21
22
target_compile_options (l0-fp64-checker PUBLIC -fexceptions)
0 commit comments