Skip to content
Verified Commit c07e04fb authored by Alex Turbov's avatar Alex Turbov
Browse files

cmake.xml: recognize sub-commands of `$<LIST:…>` and `$<PATH:…>` genex

CMake 3.24 has introduced new ("complex") type of generator expression: `$<PATH:…>`.
The difference to any other genex before is that it has a "sub-command" as the
first "argument".

CMake 3.27 has added one more such genex: `$<LIST:…>`.

This patch adds recognition of the fist argument of such ("complex") genexes.
parent 3fcdd819
Pipeline #423212 passed with stage
in 2 minutes and 21 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment