Update CMakeLists.txt

This commit is contained in:
Zhi Guan
2023-02-06 13:34:13 +08:00
parent a2e5db88ac
commit 97e33d4b9a

View File

@@ -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()