You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
431 B

The built hsakmt library is right under BUILD_DIR, not BUILD_DIR/lib
===================================================================
--- a/tests/kfdtest/CMakeLists.txt
+++ b./tests/kfdtest/CMakeLists.txt
@@ -117,7 +117,7 @@ else()
endif()
if( DEFINED LIBHSAKMT_PATH )
- set ( HSAKMT_LIBRARY_DIRS ${LIBHSAKMT_PATH}/lib )
+ set ( HSAKMT_LIBRARY_DIRS ${LIBHSAKMT_PATH}/ )
set ( HSAKMT_LIBRARIES hsakmt )
endif()