We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efc295 commit 30a33ffCopy full SHA for 30a33ff
1 file changed
src/layers/CMakeLists.txt
@@ -1,7 +1,7 @@
1
file(GLOB_RECURSE layers_src *.cpp)
2
add_library(layers_lib STATIC "${LAYERS_HEADERS}" "${layers_src}")
3
target_link_libraries(layers_lib PUBLIC TBB_unified)
4
-if(OpenMP_FOUND)
5
- target_link_libraries(layers_lib PUBLIC OpenMP::OpenMP_CXX)
6
-endif()
+# if(OpenMP_FOUND)
+# target_link_libraries(layers_lib PUBLIC OpenMP::OpenMP_CXX)
+# endif()
7
target_link_libraries(layers_lib PUBLIC dnnl)
0 commit comments