Skip to content

Commit

Permalink
cmake: Remove SPIRV-Tools workaround
Browse files Browse the repository at this point in the history
As of KhronosGroup/SPIRV-Tools/pull/5482

SPIRV-Tools builds cleanly for Android/iOS by default
  • Loading branch information
juan-lunarg authored and arcady-lunarg committed Nov 29, 2023
1 parent 40394bf commit a3069e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ endif()
# Furthermore testing is equally problematic.
if (IOS OR ANDROID)
set(ENABLE_GLSLANG_BINARIES OFF)
set(SPIRV_SKIP_EXECUTABLES ON)

set(ENABLE_CTEST OFF)
set(BUILD_TESTING OFF)
Expand Down
2 changes: 1 addition & 1 deletion known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "External/spirv-tools",
"commit" : "360d469b9eac54d6c6e20f609f9ec35e3a5380ad"
"commit": "afaf8fda2ad0364655909b56c8b634ce89095bb5"
},
{
"name" : "spirv-tools/external/spirv-headers",
Expand Down

0 comments on commit a3069e1

Please sign in to comment.