summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorL. E. Segovia <amy@amyspark.me>2023-08-30 18:10:15 -0300
committerDylan Baker <dylan@pnwbakers.com>2024-01-16 11:00:26 -0800
commit9797f7682b638427a567ab9ab354a8cc63ac1010 (patch)
tree700acdfb509ed5d431cf6d053d8880b88f2c99b6 /docs
parent0bfe98e7e62b62b96448c48e9d06409bbfdf8bc0 (diff)
downloadmeson-9797f7682b638427a567ab9ab354a8cc63ac1010.tar.gz
cmake: Fix blunt target filtering skipping GENERATED dependencies
GENERATED files can be used as dependencies for other targets, so it's misguided (at best) to filter them with a blunt whitelist. However, there does exist an extension that needs to be skipped: on Windows + MSVC, CMake will by default try to generate a Visual Studio project, and there dependencies with no inputs are instead tied to a dummy .rule input file which is created by the generation step. The fileapi will still report those, so it will cause Meson to bail out when it realises there's no such file in the build tree. Fixes #11607
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions