Skip to content

Commit 80d53a6

Browse files
committed
Fixed a typo.
1 parent 03d046a commit 80d53a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (NOT CMAKE_CXX_FLAGS)
3131
set(CMAKE_CXX_FLAGS "-Wall")
3232
endif()
3333
endif()
34-
# Use c++17
34+
# Use C++17
3535
set(CMAKE_CXX_STANDARD 17)
3636

3737
# Set output directories

0 commit comments

Comments
 (0)