From e0a7e43e2e41639bb50127cc5419b712a7b1f6e2 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Wed, 19 Jul 2017 18:13:34 +0200 Subject: Fixed test-gen-c build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v0.12