1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-06 02:57:49 +02:00

disable more testing when bundleling

hopefully, this should fix OpenBSD and FreeBSD CI
This commit is contained in:
kakwa 2019-04-11 01:10:45 +02:00
parent cab605597b
commit 68ffb0f7e8

View File

@ -127,6 +127,7 @@ if(BUNDLE_CIVETWEB)
-DCIVETWEB_ENABLE_IPV6=ON
-DCIVETWEB_DISABLE_CACHING=ON
-DBUILD_TESTING=OFF
-DCIVETWEB_BUILD_TESTING=OFF
-DCIVETWEB_SSL_OPENSSL_API_1_1=${OPENSSL_API_1_1}
-DOPENSSL_USE_STATIC_LIBS=${OPENSSL_USE_STATIC_LIBS}
-DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING=ON