Skip to content

Commit 29da275

Browse files
committed
Fixed typo in comment.
1 parent 5364066 commit 29da275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
include(GNUInstallDirs)
1616

1717
# Code should compile with C++11, but set to 14 for dependencies. Compiling on older targets will
18-
# fall back to the the latest version.
18+
# fall back to the latest version.
1919
set(CMAKE_CXX_STANDARD 14)
2020
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2121

0 commit comments

Comments
 (0)