mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update CMakeLists.txt
This commit is contained in:
@@ -157,8 +157,6 @@ set(tests
|
|||||||
cms
|
cms
|
||||||
tls
|
tls
|
||||||
tls13
|
tls13
|
||||||
http
|
|
||||||
#http_crl
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -232,7 +230,7 @@ endif()
|
|||||||
|
|
||||||
option(ENABLE_HTTP_TESTS "Enable HTTP GET/POST related tests" OFF)
|
option(ENABLE_HTTP_TESTS "Enable HTTP GET/POST related tests" OFF)
|
||||||
if (ENABLE_HTTP_TESTS)
|
if (ENABLE_HTTP_TESTS)
|
||||||
list(APPEND tests http_crl)
|
list(APPEND tests http http_crl)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user