Skip to content

Commit 92e3ba8

Browse files
authored
1 parent d3207e9 commit 92e3ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7121,7 +7121,9 @@ ELSE()
71217121
MESSAGE(FATAL_ERROR "Unsupported XNNPACK library type \"${XNNPACK_LIBRARY_TYPE}\". Must be \"static\", \"shared\", or \"default\"")
71227122
ENDIF()
71237123
SET_TARGET_PROPERTIES(XNNPACK PROPERTIES
7124-
C_EXTENSIONS YES)
7124+
C_EXTENSIONS YES
7125+
VERSION 0.0
7126+
SOVERSION 0)
71257127
IF(NOT MSVC)
71267128
SET_PROPERTY(SOURCE ${PROD_MICROKERNEL_SRCS} APPEND_STRING PROPERTY COMPILE_FLAGS " -fno-math-errno ")
71277129
ENDIF()

0 commit comments

Comments
 (0)