From cc06339f0ebe8848d129857c93f9e885b183c033 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 6 Jul 2015 15:59:52 -0700 Subject: [PATCH] Minor cmake cleanpus. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c2307301..0d76e2e8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -203,7 +203,9 @@ eth_format_option(ROCKSDB) eth_format_option(GUI) eth_format_option(TESTS) eth_format_option(NOBOOST) +eth_format_option(ROCKSDB) eth_format_option(TOOLS) +eth_format_option(ETHKEY) eth_format_option(ETHASHCL) eth_format_option(JSCONSOLE) eth_format_option_on_decent_platform(SERPENT)