Skip to content

Commit

Permalink
disable spirv -werror
Browse files Browse the repository at this point in the history
  • Loading branch information
petr committed Jul 2, 2021
1 parent 3ccca19 commit a34b391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ include_directories(${GLFW_INCLUDE_DIRS})

set(SHADERC_SKIP_TESTS ON)
set(SPIRV_CROSS_ENABLE_TESTS OFF)
set(SPIRV_WERROR OFF)

if (ENABLE_STACKTRACE)
CPMAddPackage(
Expand Down

0 comments on commit a34b391

Please sign in to comment.