aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorarkpar <arkady.paronyan@gmail.com>2015-09-16 21:55:25 +0800
committerarkpar <arkady.paronyan@gmail.com>2015-09-16 21:55:25 +0800
commitbda7dbd30a727919b3edbcdb12b5e15f785002be (patch)
treefaddc54238aa1c975cbc474177a6887395787074 /CMakeLists.txt
parent4360e0459622e7843ca9f8d7fb5113da0b8a044e (diff)
downloaddexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.tar.gz
dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.tar.zst
dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.zip
per project versioning
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69cbe0cc..5fcaa12d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,8 +24,7 @@ include(EthExecutableHelper)
include(EthUtils)
include(EthOptions)
-configure_project()
-print_config()
+configure_project(TESTS)
add_subdirectory(libsolidity)
add_subdirectory(solc)