mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update the coverage info message in cmake
This commit is contained in:
parent
d33e5683f5
commit
9e2f26ae9a
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user