I have such a problem that I can not configure cmake for this project . I understand the message:
Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) Could NOT find Jansson (missing: JANSSON_LIBRARIES JANSSON_INCLUDE_DIRS) Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) Could NOT find SQLITE3 (missing: SQLITE3_LIBRARY SQLITE3_INCLUDE_DIR) I have a problem with connecting libraries (SQLITE3, OPENSSL, CRL, JANSSON). In CMakeList.txt, I didn’t change anything and, in general, I don’t change anything in this project. Help me set up Cmake to find libraries. In Cmake, he had never worked before and was a poet without any idea how all this was done there.