mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 08:10:14 +00:00
MDEV-38360 parsec client plugin is not built on Windows
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
Remove bogus CMake check for threads.h that causes CLIENT_PLUGIN_PARSEC to be set to OFF on Windows. That header is not used by the code.
This commit is contained in:
parent
514f2e6c6d
commit
2a3bc9ef6a
@ -7,12 +7,7 @@ ENDIF()
|
||||
SET(CONC_WITH_SIGNCODE ${SIGNCODE})
|
||||
SET(SIGN_OPTIONS ${SIGNTOOL_PARAMETERS})
|
||||
SET(CONC_WITH_EXTERNAL_ZLIB ON)
|
||||
SET(CLIENT_PLUGIN_PARSEC OFF)
|
||||
|
||||
CHECK_INCLUDE_FILES (threads.h HAVE_THREADS_H)
|
||||
IF(HAVE_THREADS_H)
|
||||
SET(CLIENT_PLUGIN_PARSEC DYNAMIC)
|
||||
ENDIF()
|
||||
|
||||
IF(NOT CONC_WITH_SSL)
|
||||
IF(SSL_DEFINES MATCHES "WOLFSSL")
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 46880b003653a000e9588bd73c8b1dd65088c686
|
||||
Subproject commit ad30f8362402012cdeb3adaeb3a14bb55bdbbb76
|
||||
Loading…
Reference in New Issue
Block a user