Skip to content

Commit 30a33ff

Browse files
author
AndreySorokin7
committed
fix
1 parent 9efc295 commit 30a33ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/layers/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
file(GLOB_RECURSE layers_src *.cpp)
22
add_library(layers_lib STATIC "${LAYERS_HEADERS}" "${layers_src}")
33
target_link_libraries(layers_lib PUBLIC TBB_unified)
4-
if(OpenMP_FOUND)
5-
target_link_libraries(layers_lib PUBLIC OpenMP::OpenMP_CXX)
6-
endif()
4+
# if(OpenMP_FOUND)
5+
# target_link_libraries(layers_lib PUBLIC OpenMP::OpenMP_CXX)
6+
# endif()
77
target_link_libraries(layers_lib PUBLIC dnnl)

0 commit comments

Comments
 (0)