Disable tests building for LibreSSL
This commit is contained in:
parent
301c482156
commit
3bf553f502
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ CPMAddPackage("gh:Neargye/nameof@0.10.4")
|
||||||
|
|
||||||
if(CSERVER_USE_LIBRESSL)
|
if(CSERVER_USE_LIBRESSL)
|
||||||
|
|
||||||
|
set(LIBRESSL_TESTS OFF)
|
||||||
|
set(LIBRESSL_APP OFF)
|
||||||
|
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME LibreSSL
|
NAME LibreSSL
|
||||||
VERSION 3.9.2
|
VERSION 3.9.2
|
||||||
|
|
Loading…
Reference in a new issue