From 5e22df8f4cfc5bc33da553faca7d1e57d124f7dc Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 12 May 2015 00:20:10 +0300 Subject: [PATCH] compatibility options HEADLESS should build solidity by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a675e8655..879ca88bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ set (ETH_HAVE_WEBENGINE 1) # Backwards compatibility if (HEADLESS) message("*** WARNING: -DHEADLESS=1 option is DEPRECATED! Use -DBUNDLE=minimal or -DGUI=0") - set(BUNDLE "minimal") + set(GUI OFF) endif () # TODO: Abstract into something sensible and move into a function.