diff options
author | arkpar <arkady.paronyan@gmail.com> | 2015-09-16 21:55:25 +0800 |
---|---|---|
committer | arkpar <arkady.paronyan@gmail.com> | 2015-09-16 21:55:25 +0800 |
commit | bda7dbd30a727919b3edbcdb12b5e15f785002be (patch) | |
tree | faddc54238aa1c975cbc474177a6887395787074 /CMakeLists.txt | |
parent | 4360e0459622e7843ca9f8d7fb5113da0b8a044e (diff) | |
download | dexon-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.txt | 3 |
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) |