summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-12-02 14:18:33 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-12-02 14:18:33 (GMT)
commit03ef761afd6a4c597c0e3fa1714cc947581e2a48 (patch)
treed2671b2c22c45931c24e2c8d450d2d2e70a840fb /test
parent044fefae99320aa575523eab90032f9e9d8b498c (diff)
downloaduscxml-03ef761afd6a4c597c0e3fa1714cc947581e2a48.zip
uscxml-03ef761afd6a4c597c0e3fa1714cc947581e2a48.tar.gz
uscxml-03ef761afd6a4c597c0e3fa1714cc947581e2a48.tar.bz2
Fixed Lua wchar problem for old swig intallations
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 850aa21..bac3759 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -5,6 +5,9 @@ find_program(SPIN_BIN spin)
find_program(CC_BIN gcc)
find_program(CXX_BIN g++)
find_program(ANT_BIN ant)
+if (NOT ANT_BIN)
+ message(STATUS "No ant binary found, not generating Java tests / bindings")
+endif()
find_program(PERL_BIN perl)
find_program(GHDL_BIN ghdl)