File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7356,6 +7356,7 @@ IF(NOT TARGET cpuinfo)
73567356 MESSAGE (FATAL_ERROR "Cannot find cpuinfo" )
73577357 ENDIF ()
73587358 SET_PROPERTY (TARGET cpuinfo PROPERTY IMPORTED_LOCATION "${CPUINFO_LIBRARY} " )
7359+ SET_PROPERTY (TARGET cpuinfo PROPERTY IMPORTED_IMPLIB "${CPUINFO_LIBRARY} " )
73597360 ENDIF ()
73607361ENDIF ()
73617362TARGET_LINK_LIBRARIES (XNNPACK PRIVATE cpuinfo)
@@ -7376,6 +7377,7 @@ IF(NOT TARGET pthreadpool)
73767377 MESSAGE (FATAL_ERROR "Cannot find pthreadpool" )
73777378 ENDIF ()
73787379 SET_PROPERTY (TARGET pthreadpool PROPERTY IMPORTED_LOCATION "${PTHREADPOOL_LIBRARY} " )
7380+ SET_PROPERTY (TARGET pthreadpool PROPERTY IMPORTED_IMPLIB "${PTHREADPOOL_LIBRARY} " )
73797381 ENDIF ()
73807382ENDIF ()
73817383TARGET_LINK_LIBRARIES (XNNPACK PUBLIC pthreadpool allocator)
You can’t perform that action at this time.
0 commit comments