We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5364066 commit 29da275Copy full SHA for 29da275
cmake/config.cmake
@@ -15,7 +15,7 @@
15
include(GNUInstallDirs)
16
17
# 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.
+# fall back to the latest version.
19
set(CMAKE_CXX_STANDARD 14)
20
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
21
0 commit comments