Skip to content

Commit

Permalink
Fix typo in warning message (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszchudyk authored Oct 16, 2024
1 parent 29b0264 commit 20eeca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(NOT SPIRV_TOOLS_SPIRV_AS_FOUND)
endif()

if(NOT SPIRV_TOOLS_SPIRV_DIS_FOUND)
message(WARNING "spirv-as not found! SPIR-V disassembly tests will not be run.")
message(WARNING "spirv-dis not found! SPIR-V disassembly tests will not be run.")
set(SPIRV_TOOLS_SPIRV_DIS_FOUND False)
endif()

Expand Down

0 comments on commit 20eeca9

Please sign in to comment.