aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Arias <yo@elopio.net>2018-08-07 08:54:52 +0800
committerLeo Arias <yo@elopio.net>2018-08-07 08:54:52 +0800
commit9e2f26ae9a4b83ad7411a12d8c73ac9d983201fb (patch)
treebb8d3650ff887213e15ec65bf8efe9a82ea7800d
parentd33e5683f51dc9d85b4493abbf6f03f6ab7b8ff2 (diff)
downloaddexon-solidity-9e2f26ae9a4b83ad7411a12d8c73ac9d983201fb.tar.gz
dexon-solidity-9e2f26ae9a4b83ad7411a12d8c73ac9d983201fb.tar.zst
dexon-solidity-9e2f26ae9a4b83ad7411a12d8c73ac9d983201fb.zip
Update the coverage info message in cmake
-rw-r--r--cmake/EthOptions.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/EthOptions.cmake b/cmake/EthOptions.cmake
index b4efd6c9..a79e5135 100644
--- a/cmake/EthOptions.cmake
+++ b/cmake/EthOptions.cmake
@@ -2,7 +2,7 @@ macro(configure_project)
set(NAME ${PROJECT_NAME})
# features
- eth_default_option(PROFILING OFF)
+ eth_default_option(COVERAGE OFF)
# components
eth_default_option(TESTS ON)
@@ -27,7 +27,7 @@ macro(print_config NAME)
message("-- CMAKE_BUILD_TYPE Build type ${CMAKE_BUILD_TYPE}")
message("-- TARGET_PLATFORM Target platform ${CMAKE_SYSTEM_NAME}")
message("--------------------------------------------------------------- features")
- message("-- PROFILING Profiling support ${PROFILING}")
+ message("-- COVERAGE Coverage support ${COVERAGE}")
message("------------------------------------------------------------- components")
if (SUPPORT_TESTS)
message("-- TESTS Build tests ${TESTS}")