cmGeneratorExpressionEvaluator: Short-circuit boolean operators

This commit is contained in:
Martin Duffy
2023-09-11 09:36:12 -04:00
parent 49e2a4a0a7
commit 634079b86d
20 changed files with 110 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
genexp-no-eval
--------------
* :manual:`generator expressions <cmake-generator-expressions(7)>`
short-circuit to avoid unnecessary evaluation of parameters.