From 6ae8f40f00066bfc95508a6d3a0696fc394702f1 Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:19:43 +0000 Subject: [PATCH] Fixed spelling "complient" -> "compliant" --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3