We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab1dd8 commit c45816fCopy full SHA for c45816f
src/common/CMakeLists.txt
@@ -40,6 +40,8 @@ if(DNNL_ENABLE_JIT_PROFILING OR DNNL_ENABLE_ITT_TASKS)
40
endif()
41
list(APPEND SOURCES ${ITT_PT})
42
43
+
44
+ set_property(GLOBAL APPEND PROPERTY DNNL_SUBDIR_EXTRA_SHARED_LIBS ${CMAKE_DL_LIBS})
45
46
47
0 commit comments