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 cbe8cb6 commit b7b92faCopy full SHA for b7b92fa
cmake/modules/xsmm-dnn.cmake
@@ -46,6 +46,6 @@ target_include_directories(xsmm_dnn_mlp PRIVATE ${XSMM_DNN_INCLUDE_DIRS})
46
target_link_libraries(xsmm_dnn_mlp PRIVATE xsmm)
47
if (OPENMP_FOUND)
48
target_compile_options(xsmm_dnn_mlp PRIVATE ${OpenMP_C_FLAGS})
49
- target_link_libraries(xsmm_dnn_mlp PRIVATE ${OpenMP_C_LIB_NAMES})
+ target_link_libraries(xsmm_dnn_mlp PRIVATE ${OpenMP_C_LIBRARIES})
50
endif()
51
install(TARGETS xsmm_dnn_mlp RUNTIME DESTINATION bin)
0 commit comments