Skip to content

Commit

Permalink
Fix typo (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Feb 8, 2022
1 parent 89f6984 commit 21fc8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ if(CRC32C_BUILD_TESTS)
set_property(TARGET crc32c_capi_tests APPEND PROPERTY COMPILE_OPTIONS "/WX")

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

0 comments on commit 21fc8ef

Please sign in to comment.