Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-05-11 09:09:23 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-05-11 09:09:23 +0300
commit0e58a16aa346c2cf9b33e05b2ab65e19e9f050da (patch)
treecc832a0720ef9a883c3c656b43b3766e880b6fcd /build-backend.xml
parent1a7ea659d3340f46d8925906053c37d7845f54aa (diff)
.......... [ZBXNEXT-686] added --cppcheck-build-dir parameter
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-backend.xml b/build-backend.xml
index b00b86e8f48..06d685ee92e 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -65,6 +65,7 @@
<arg line="--force"/>
<arg line="--xml"/>
<arg line="--xml-version=2"/>
+ <arg line="--cppcheck-build-dir=${CPPCHECK_BUILD_DIR}"/>
<arg line="."/>
</exec>
</target>