We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17756b4 commit dcb5cf6Copy full SHA for dcb5cf6
tests/functional/src/CMakeLists.txt
@@ -150,6 +150,7 @@ elseif(LT_CAL STREQUAL "mbedtls_v4")
150
add_subdirectory("${PATH_DEPS}/mbedtls_v4/" "mbedtls_v4")
151
152
target_link_libraries(tropic PUBLIC mbedtls)
153
+ endif()
154
elseif(LT_CAL STREQUAL "openssl")
155
message(STATUS "Crypto provider set to openssl")
156
add_subdirectory("${PATH_LIBTROPIC}/cal/openssl" "openssl_cal")
@@ -160,7 +161,6 @@ elseif(LT_CAL STREQUAL "openssl")
160
161
162
find_package(OpenSSL REQUIRED)
163
target_link_libraries(tropic PUBLIC OpenSSL::Crypto)
- endif()
164
else()
165
get_property(lt_cal_choices CACHE LT_CAL PROPERTY STRINGS)
166
message(FATAL_ERROR "Incorrect CAL set to LT_CAL!\nSupported CALs: ${lt_cal_choices}")
0 commit comments