Skip to content

Commit 62d964c

Browse files
authored
Merge pull request cpp-best-practices#14 from LesleyLai/patch-1
Fix typo
2 parents d7a2b6b + ea88da8 commit 62d964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/StandardProjectSettings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
2424

2525
option(ENABLE_IPO
26-
"Enable Iterprocedural Optimization, aka Link Time Optimization (LTO)"
26+
"Enable Interprocedural Optimization, aka Link Time Optimization (LTO)"
2727
OFF)
2828

2929
if(ENABLE_IPO)

0 commit comments

Comments
 (0)