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

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2018-01-04 11:21:41 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2018-01-04 11:21:41 +0300
commit9e9d7b10b35ead488e9f7073cbfd25b0541617f6 (patch)
tree5a5335ce1fb438b562c4519de70e192bce7c1f97 /CMakeLists.txt
parentd4758f8a4f5bb378d60d7c36b6b0b3aa02c56360 (diff)
cmake: search for mtx program
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb72f358e..845d18a96 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -624,6 +624,7 @@ message(" PGREP: ${PGREP}")
message(" AWK: ${AWK}")
message(" GAWK: ${GAWK}")
message(" RPCGEN: ${RPCGEN}")
+message(" MTX: ${MTX}")
IF(HAVE_WIN32)
message(" WINDOWS_VERSION: ${WINDOWS_VERSION}")