-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
bugThis issue is a bug.This issue is a bug.p3This is a minor priority issueThis is a minor priority issue
Description
Describe the bug
I am using v0.26.4 and getting many warnings like this when building:
CMake Deprecation Warning at libraries/third_party/aws-crt-cpp/crt/aws-c-sdkutils/CMakeLists.txt:4 (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.
The fix is given the last two lines there.
Expected Behavior
No warnings when building
Current Behavior
See above
Reproduction Steps
Build with the library
Possible Solution
No response
Additional Information/Context
No response
aws-crt-cpp version used
0.26.4
Compiler and version used
gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3)
Operating System and version
Ubuntu 23.10
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.p3This is a minor priority issueThis is a minor priority issue