summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-07-19 16:13:34 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-07-19 16:13:34 (GMT)
commite0a7e43e2e41639bb50127cc5419b712a7b1f6e2 (patch)
tree7583d7bf04d760d8b889a5618b7d98679ef4b423
parentd77baff68125d5ffc04257fc08fa91d2b06d28c9 (diff)
downloaduscxml-e0a7e43e2e41639bb50127cc5419b712a7b1f6e2.zip
uscxml-e0a7e43e2e41639bb50127cc5419b712a7b1f6e2.tar.gz
uscxml-e0a7e43e2e41639bb50127cc5419b712a7b1f6e2.tar.bz2
Fixed test-gen-c build
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd92ff2..dda1e57 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -416,6 +416,7 @@ if (WITH_DM_ECMA_V8)
message(WARNING "We no longer support the V8 ECMAScript engine - contributions are welcome")
set(V8_FOUND OFF)
+ set(WITH_DM_ECMA_V8 OFF)
else()
set(WITH_DM_ECMA_V8 OFF)
endif()