diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 042a508..584af30 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,8 +24,6 @@ if (HWMALLOC_ENABLE_DEVICE) elseif (${HWMALLOC_DEVICE_RUNTIME} STREQUAL "hip") find_package(hip REQUIRED) target_link_libraries(hwmalloc PRIVATE hip::device) - # workaround for clang-hip - target_compile_options(hwmalloc PRIVATE $) endif() target_sources(hwmalloc PRIVATE device_${HWMALLOC_DEVICE_RUNTIME}.cpp)