summaryrefslogtreecommitdiffstats
path: root/dependencies.yaml
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2023-11-15 14:24:41 +0100
committerMichal Klocek <michal.klocek@qt.io>2023-11-16 07:21:53 +0000
commit898823a0740706d79248a665b6b16b987c0ddf1c (patch)
tree9485166f11e751a7a542750d67f81ff0cc3c0e20 /dependencies.yaml
parent716aa24e42455411c4bf4ffcb81bdbcc3a9d7d8f (diff)
Fix typo in "src/CMakeLists.txt"
"src/CMakeLists.txt" defines a custom command with "OUTPUT", `copyOutput`. `copyOutput` is supposedly set a few lines above the custom command but, due to a typo in the `set` statement, it is not actually set when the command is defined, resulting in a custom command without a "TARGET" or "OUTPUT" and thus a CMake error, preventing configuration. To fix the issue, the type in the `set` statement is now fixed so that `copyOutput` is correctly initialized. This amends a09f5c4d5ae11ac338f09de044b72b6fc6ac00cc. Change-Id: Ia86e64aca6c490acc5d4cfade39ca9d3ccf8c5e4 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'dependencies.yaml')
0 files changed, 0 insertions, 0 deletions