From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:19:43 +0000 (+0000) Subject: Fixed spelling X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=refs%2Fpull%2F60%2Fhead;p=jp%2Fvkvg.git Fixed spelling "complient" -> "compliant" --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a398a96..2025464 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug") IF (UNIX) SET(CMAKE_${LANG}_FLAGS "-Wall -Wno-extra -Wno-unknown-pragmas -Wno-missing-braces -Wno-unused-variable -Wno-switch") ELSEIF(MSVC) - SET(CMAKE_${LANG}_FLAGS "/TC /W4 /wd4201 /wd4204 /wd4221 /wd4100")#c11 complient + SET(CMAKE_${LANG}_FLAGS "/TC /W4 /wd4201 /wd4204 /wd4221 /wd4100") # c11 compliant ENDIF() ELSE() UNSET(ENABLE_VALIDATION CACHE)