We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99bade commit dc78ce3Copy full SHA for dc78ce3
1 file changed
vanetza/security/CMakeLists.txt
@@ -84,5 +84,9 @@ if(TARGET OpenSSL::Crypto)
84
target_compile_definitions(security PRIVATE "OPENSSL_API_COMPAT=0x10101000L")
85
endif()
86
87
+if(NOT TARGET CryptoPP::CryptoPP AND NOT TARGET OpenSSL::Crypto)
88
+ message(WARNING "Vanetza is built without proper security backend")
89
+endif()
90
+
91
add_test_subdirectory(tests)
92
add_test_subdirectory(v3/tests)
0 commit comments