We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8799330 commit 5760f95Copy full SHA for 5760f95
meson.build
@@ -71,6 +71,10 @@ build_documentation = build_documentation_opt == 'true' or \
71
build_examples = get_option('build-examples')
72
do_benchmark = get_option('benchmark')
73
74
+if is_msvc and maintainer_mode
75
+ error('Maintainer mode is not supported for Visual Studio builds.\nUse \'-Dmaintainer-mode=false\' to disable')
76
+endif
77
+
78
# Installation directories are relative to {prefix}.
79
install_prefix = get_option('prefix')
80
install_includedir = get_option('includedir')
0 commit comments