We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e69e1 + 9edbd56 commit fab3a57Copy full SHA for fab3a57
tools/cmake/FlowLikeCodeGenerate.cmake
@@ -201,7 +201,7 @@ else()
201
# - meta_project/CMakeLists.txt include()s us.
202
# - Our variable scope = meta_project. Our parent variable scope = N/A.
203
# Therefore the algorithm:
204
- # - Check whether FLOW_LIKE_LTO_ON is DEFINED. (If not DEFINED then: either it's not a meta-project, or
+ # - Check whether FLOW_LIKE_LTO_ON is DEFINED. If not DEFINED then: either it's not a meta-project, or
205
# we are P1. In that case compute FLOW_LIKE_LTO_ON and set it both in our scope *and* the parent scope;
206
# unless there is no parent scope (then it's not a meta-project, and there's no need to worry about it).
207
# If it is defined though:
0 commit comments