Skip to content

Commit 4c9fd4f

Browse files
committed
CONC-743 Enable parsec by default
... in C/C, but disable in 11.4, and enable again in 11.6
1 parent f8eab69 commit 4c9fd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/mariadb_connector_c.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENDIF()
77
SET(CONC_WITH_SIGNCODE ${SIGNCODE})
88
SET(SIGN_OPTIONS ${SIGNTOOL_PARAMETERS})
99
SET(CONC_WITH_EXTERNAL_ZLIB ON)
10+
SET(CLIENT_PLUGIN_PARSEC OFF)
1011

1112
IF(NOT CONC_WITH_SSL)
1213
IF(SSL_DEFINES MATCHES "WOLFSSL")

0 commit comments

Comments
 (0)