Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / cmake / profiling.cmake
index c531d84..846135c 100644 (file)
@@ -23,6 +23,6 @@ if("${VTUNEROOT}" STREQUAL "")
     message(STATUS "VTune profiling environment is unset")
 else()
     set_ternary(JITPROFLIB MSVC "jitprofiling.lib" "libjitprofiling.a")
-    list(APPEND EXTRA_LIBS "${VTUNEROOT}/lib64/${JITPROFLIB}")
+    list(APPEND EXTRA_STATIC_LIBS "${VTUNEROOT}/lib64/${JITPROFLIB}")
     message(STATUS "VTune profiling environment is set")
 endif()