CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY PAHO_BUILD_SHARED /home/conan/w/cci_PR-3382/.conan/data/paho-mqtt-c/1.3.0/_/_/build/1078bd05de9b861a2dd7c6bcfe0d0a7047ebbe1d/source_subfolder/src/SSLSocket.c:537:27: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] net->ctx = SSL_CTX_new(TLSv1_client_method()); ^ /home/conan/w/cci_PR-3382/.conan/data/openssl/1.1.1g/_/_/package/c22e293bc8dcd9fd87aa5b9d6b55569a0da47b27/include/openssl/ssl.h:1879:45: note: 'TLSv1_client_method' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^ /home/conan/w/cci_PR-3382/.conan/data/paho-mqtt-c/1.3.0/_/_/build/1078bd05de9b861a2dd7c6bcfe0d0a7047ebbe1d/source_subfolder/src/SSLSocket.c:542:27: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] net->ctx = SSL_CTX_new(TLSv1_1_client_method()); ^ /home/conan/w/cci_PR-3382/.conan/data/openssl/1.1.1g/_/_/package/c22e293bc8dcd9fd87aa5b9d6b55569a0da47b27/include/openssl/ssl.h:1885:45: note: 'TLSv1_1_client_method' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^ /home/conan/w/cci_PR-3382/.conan/data/paho-mqtt-c/1.3.0/_/_/build/1078bd05de9b861a2dd7c6bcfe0d0a7047ebbe1d/source_subfolder/src/SSLSocket.c:547:27: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] net->ctx = SSL_CTX_new(TLSv1_2_client_method()); ^ /home/conan/w/cci_PR-3382/.conan/data/openssl/1.1.1g/_/_/package/c22e293bc8dcd9fd87aa5b9d6b55569a0da47b27/include/openssl/ssl.h:1891:45: note: 'TLSv1_2_client_method' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^ 3 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY