Browse Source

compatibility options HEADLESS should build solidity by default.

cl-refactor
Gav Wood 10 years ago
parent
commit
5e22df8f4c
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -155,7 +155,7 @@ set (ETH_HAVE_WEBENGINE 1)
# Backwards compatibility # Backwards compatibility
if (HEADLESS) if (HEADLESS)
message("*** WARNING: -DHEADLESS=1 option is DEPRECATED! Use -DBUNDLE=minimal or -DGUI=0") message("*** WARNING: -DHEADLESS=1 option is DEPRECATED! Use -DBUNDLE=minimal or -DGUI=0")
set(BUNDLE "minimal") set(GUI OFF)
endif () endif ()
# TODO: Abstract into something sensible and move into a function. # TODO: Abstract into something sensible and move into a function.

Loading…
Cancel
Save