Skip to content

Commit c7028bc

Browse files
committed
Fixed typo
1 parent 57c2bde commit c7028bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if(WIN32)
108108

109109
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
110110
add_compile_options(-Wno-error=c2y-extensions)
111-
else()
111+
endif()
112112
else()
113113
set(CMAKE_CXX_STANDARD 17)
114114
endif()

0 commit comments

Comments
 (0)