diff --git a/api/opencl/amdocl/CMakeLists.txt b/api/opencl/amdocl/CMakeLists.txt index 8ea8517..68a07c8 100644 --- a/api/opencl/amdocl/CMakeLists.txt +++ b/api/opencl/amdocl/CMakeLists.txt @@ -78,7 +78,7 @@ add_library(amdocl64 SHARED ${ADDITIONAL_LIBRARIES} ) if(${USE_COMGR_LIBRARY} MATCHES "yes") - target_link_libraries(amdocl64 oclelf pthread dl ${ROCT_LIBRARIES} ${ROCR_LIBRARIES}) + target_link_libraries(amdocl64 $ oclelf pthread dl ${ROCT_LIBRARIES} ${ROCR_LIBRARIES}) else() target_link_libraries(amdocl64 opencl_driver oclelf pthread dl ${ROCT_LIBRARIES} ${ROCR_LIBRARIES}) endif()