Skip to content

Commit fab3a57

Browse files
authored
Merge pull request #102 from Flow-IPC/polish-2-6-25
2 parents d0e69e1 + 9edbd56 commit fab3a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/FlowLikeCodeGenerate.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ else()
201201
# - meta_project/CMakeLists.txt include()s us.
202202
# - Our variable scope = meta_project. Our parent variable scope = N/A.
203203
# Therefore the algorithm:
204-
# - Check whether FLOW_LIKE_LTO_ON is DEFINED. (If not DEFINED then: either it's not a meta-project, or
204+
# - Check whether FLOW_LIKE_LTO_ON is DEFINED. If not DEFINED then: either it's not a meta-project, or
205205
# we are P1. In that case compute FLOW_LIKE_LTO_ON and set it both in our scope *and* the parent scope;
206206
# unless there is no parent scope (then it's not a meta-project, and there's no need to worry about it).
207207
# If it is defined though:

0 commit comments

Comments
 (0)