SWDEV-445072 - Disable rocprofiler register for static libs

Change-Id: I38f4cc31ea196156aad65ca743787b27c02823ac
Этот коммит содержится в:
Ioannis Assiouras
2024-05-15 00:40:48 +01:00
коммит произвёл Maneesh Gupta
родитель d6eaf49033
Коммит 7d901666b8
+1 -1
Просмотреть файл
@@ -287,7 +287,7 @@ endif()
target_compile_definitions(amdhip64 PUBLIC USE_PROF_API=1)
if(WIN32)
if(WIN32 OR NOT BUILD_SHARED_LIBS)
# rocprofiler-register is not support on Windows
set(HIP_ENABLE_ROCPROFILER_REGISTER OFF)
else()