-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix iOS / Android CMake builds (#5482)
* cmake: Simplify usage of option boolean OFF is the default value: https://cmake.org/cmake/help/latest/command/option.html * Fix iOS / Android CMake builds closes #4437
- Loading branch information
1 parent
7d2a618
commit afaf8fd
Showing
2 changed files
with
15 additions
and
13 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
I figured out why this was added now. And it shouldn't have been added to SPIRV-Tools. We should explicitly link
android
in the vulkan validation layers which actually usesAHardwareBuffer_describe
. I'll address this when we update SPIRV-Tools in the validation layers.