awslabs / aws-c-common

Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
Apache License 2.0
262 stars 159 forks source link

Fix CMake Windows ARM typo #1119

Closed graebm closed 5 months ago

graebm commented 5 months ago

It's WIN32 not ~WINDOWS~

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.12%. Comparing base (dae0e52) to head (9bfccd7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1119 +/- ## ======================================= Coverage 83.12% 83.12% ======================================= Files 56 56 Lines 5754 5754 ======================================= Hits 4783 4783 Misses 971 971 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.