From 21fc8ef30415a635e7351ffa0e5d5367943d4a94 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 8 Feb 2022 20:23:15 +0200 Subject: [PATCH] Fix typo (#59) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8490728..e0b8e7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")