-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match using CMAKE_SYSTEM_PROCESSOR_LOWER (#1709)
### Description of changes: * I found that some downstream consumers use upper-case "X86" ([for example](https://github.com/rust-lang/cmake-rs/blob/c4a60dd154dd90e469dffc41a1faa717704f90b3/src/lib.rs#L487)) which fails to match in our [CMakeLists.txt](https://github.com/aws/aws-lc/blob/main/CMakeLists.txt#L785). * This change creates a `CMAKE_SYSTEM_PROCESSOR_LOWER` variable and uses that when matching. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters