From 4b24d4a14fb6c7e76eadc0837f7b807c6d04cd00 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 25 Jul 2015 22:28:03 +0200 Subject: [PATCH] Default to Olympic for now. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c785a7acf..e7c004171 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ option(NOBOOST "No use of boost macros in test functions" OFF) option(EVMJIT "Build just-in-time compiler for EVM code (requires LLVM)" OFF) option(ETHASHCL "Build in support for GPU mining via OpenCL" ON) option(JSCONSOLE "Build in javascript console" ON) -option(FRONTIER "Build for Frontier network" ON) +option(FRONTIER "Build for Frontier network" OFF) # propagates CMake configuration options to the compiler function(configureProject)