-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error at CMakeLists.txt:317 (aws_add_sanitizers): Unknown CMake command "aws_add_sanitizers" #548
Comments
Hello @nunotexbsd , Could you please provide a little more details on your use case? Specifically the reproduction steps. How did you install and build the SDK? Did you perform a recursive clone Best regards, Yasmine |
Hello @yasminetalby , Build is doing on FreeBSD ports framework (aws-crt-cpp port)and it is a trivial update from 2.23.1 to 2.24.0: It seems related to 7c15c5b since previous builds are ok. |
Comment aws_add_sanitizers fixes build:
https://people.freebsd.org/~eduardo/logs/aws-crt-cpp/aws-crt-cpp-0.24.0_HOTFIX.log Hope that helps. |
we (https://github.com/aws4embeddedlinux/meta-aws) can also confirm this issue |
This reverts commit f6750fc. -> awslabs/aws-crt-cpp#548
This reverts commit f6750fc. -> awslabs/aws-crt-cpp#548
Fixed in latest release: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.24.2 |
Thanks for fix! |
Describe the bug
Configure fails:
Configure fails:
Expected Behavior
configure ok
Current Behavior
configure fails related to CMAkeLists: 317
aws_add_sanitizers(${PROJECT_NAME})
Reproduction Steps
cmake
Possible Solution
No response
Additional Information/Context
No response
aws-crt-cpp version used
0.24.0
Compiler and version used
clang 14.0.5
Operating System and version
FreeBSD 13.2 amd64
The text was updated successfully, but these errors were encountered: