]> O.S.I.I.S - jp/vkvg.git/commitdiff
Fixed spelling 60/head
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Mon, 24 Jan 2022 10:19:43 +0000 (10:19 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 10:19:43 +0000 (10:19 +0000)
"complient" -> "compliant"

CMakeLists.txt

index a398a96ba9d4ed108e1d7abce1e0900b5043df44..2025464632cbf07cb5823fb24e361e812de3c681 100644 (file)
@@ -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)