From 37f8735a66aadd0e3f019f5edbb9356cf4a7b974 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Thu, 31 Jul 2014 23:42:21 +0200 Subject: Dont have minimal build as the default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c238d7e..62bb177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,7 +312,7 @@ else() endif() OPTION(ENABLE_GCOV "Compile with gcov support" OFF) -OPTION(BUILD_MINIMAL "Build only features mandated by specification" ON) +OPTION(BUILD_MINIMAL "Build only features mandated by specification" OFF) OPTION(BUILD_DM_ECMA "Build with ECMAScript datamodel" ON) OPTION(BUILD_DM_XPATH "Build with XPath datamodel" ON) OPTION(BUILD_DM_PROLOG "Build with Prolog datamodel" ON) -- cgit v0.12