You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now CMake can be at a maximum of version 3.22 to allow finding the local OpenSSL lib.
The version should be able to go up to current versions.
Example:
+ pushd gen_quicly
~/repo/qpep/backend/quicly-go/gen_quicly ~/repo/qpep/backend/quicly-go
+ cmake ../deps/quicly '-GUnix Makefiles' -DCMAKE_INSTALL_PREFIX=/home/ubuntu/repo/qpep/backend/quicly-go/internal/deps -DOPENSSL_ROOT_DIR=/home/ubuntu/repo/qpep/backend/quicly-go/internal/deps/include -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLE=OFF
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found
version "1.1.1t")
Call Stack (most recent call first):
/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.28/Modules/FindOpenSSL.cmake:668 (find_package_handle_standard_args)
CMakeLists.txt:12 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
ubuntu@ip-<redacted>:~/repo/qpep/backend$ cmake --version
cmake version 3.28.3
The text was updated successfully, but these errors were encountered:
Right now CMake can be at a maximum of version 3.22 to allow finding the local OpenSSL lib.
The version should be able to go up to current versions.
Example:
The text was updated successfully, but these errors were encountered: