Skip to content

Commit

Permalink
Prevent targets installation for 3rd party libs (mkl-dnn) (openvinoto…
Browse files Browse the repository at this point in the history
  • Loading branch information
slyubimt authored Jan 31, 2021
1 parent 8abbfbc commit abaf155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference-engine/thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ if(ENABLE_MKL_DNN)
set(OpenMP_cmake_included ON) ## to skip "omp simd" inside a code. Lead to some crashes inside NDK LLVM..
endif()

add_subdirectory(mkl-dnn)
add_subdirectory(mkl-dnn EXCLUDE_FROM_ALL)
add_library(mkldnn ALIAS dnnl)
endif()

0 comments on commit abaf155

Please sign in to comment.