mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
updates for windows build
This commit is contained in:
parent
8e244ae417
commit
e9000f51cc
@ -88,9 +88,20 @@ conan_basic_setup()
|
|||||||
|
|
||||||
add_executable(Gradido_LoginServer ${LOCAL_SRCS})
|
add_executable(Gradido_LoginServer ${LOCAL_SRCS})
|
||||||
set(CLIENT_PLUGIN_DIALOG OFF)
|
set(CLIENT_PLUGIN_DIALOG OFF)
|
||||||
set(CLIENT_PLUGIN_client_ed25519 OFF)
|
|
||||||
set(CLIENT_PLUGIN_MYSQL_CLEAR_PASSWORD OFF)
|
set(CLIENT_PLUGIN_MYSQL_CLEAR_PASSWORD OFF)
|
||||||
set(CLIENT_PLUGIN_REMOTE_IO OFF)
|
set(CLIENT_PLUGIN_REMOTE_IO OFF)
|
||||||
|
IF(WIN32)
|
||||||
|
#set(CLIENT_PLUGIN_caching_sha2_password OFF)
|
||||||
|
set(CLIENT_PLUGIN_CACHING_SHA2_PASSWORD OFF)
|
||||||
|
set(CLIENT_PLUGIN_SHA256_PASSWORD OFF)
|
||||||
|
set(CLIENT_PLUGIN_AUTH_GSSAPI_CLIENT OFF)
|
||||||
|
set(CLIENT_PLUGIN_PVIO_NPIPE STATIC)
|
||||||
|
set(CLIENT_PLUGIN_PVIO_SHMEM STATIC)
|
||||||
|
set(CLIENT_PLUGIN_CLIENT_ED25519 OFF)
|
||||||
|
ELSEIF()
|
||||||
|
set(CLIENT_PLUGIN_client_ed25519 OFF)
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
set(WITH_SSL OFF)
|
set(WITH_SSL OFF)
|
||||||
add_subdirectory("dependencies/mariadb-connector-c")
|
add_subdirectory("dependencies/mariadb-connector-c")
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 81a461566e46d71533dc3e284fa075d7d68fd020
|
Subproject commit ff412f735667b30233c0ce00d461f209ac7dde7c
|
||||||
Loading…
x
Reference in New Issue
Block a user