Fix build flag name in docs

This commit is contained in:
FoolHen
2026-06-10 16:28:59 +02:00
parent 2cdd9068b1
commit 708524838d
+1 -1
View File
@@ -44,7 +44,7 @@ Note: in Arch, tests and copyright notices won't work, so they need to be disabl
{ {
"cmake.configureSettings": { "cmake.configureSettings": {
"PIPEDAL_EXCLUDE_TESTS": "ON", "PIPEDAL_EXCLUDE_TESTS": "ON",
"DISABLE_COPYRIGHT_BUILD": "ON" "PIPEDAL_DISABLE_COPYRIGHT_BUILD": "ON"
}, },
... ...
} }