Skip to content

Commit 21fc8ef

Browse files
authored
Fix typo (google#59)
1 parent 89f6984 commit 21fc8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ if(CRC32C_BUILD_TESTS)
364364
set_property(TARGET crc32c_capi_tests APPEND PROPERTY COMPILE_OPTIONS "/WX")
365365

366366
# The Windows SDK version currently on CI produces warnings when some
367-
# headers are #included using C99 compatibity mode or above. This workaround
368-
# can be removed once the Windows SDK on our CI is upgraded.
367+
# headers are #included using C99 compatibility mode or above. This
368+
# workaround can be removed once the Windows SDK on our CI is upgraded.
369369
set_property(TARGET crc32c_capi_tests
370370
APPEND PROPERTY COMPILE_OPTIONS "/wd5105")
371371
endif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")

0 commit comments

Comments
 (0)