Skip to content

Commit

Permalink
Fixed typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
akb825 committed Nov 30, 2024
1 parent 5364066 commit 29da275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include(GNUInstallDirs)

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

Expand Down

0 comments on commit 29da275

Please sign in to comment.