cmake: Change description of EVMC_TESTING

This commit is contained in:
Paweł Bylica 2019-11-27 10:59:27 +01:00
parent 899996edd3
commit 23b634f300
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ if(TARGET evmc)
endif()
option(EVMC_INSTALL "Enable EVMC installation (e.g. make install)" ON)
option(EVMC_TESTING "Build EVMC examples, tests and test tools (i.e. everything)" OFF)
option(EVMC_TESTING "Build everything (libraries, tools, examples, internal tests)" OFF)
option(EVMC_TOOLS "Build EVMC tools" ${EVMC_TESTING})
if(EVMC_TESTING OR EVMC_TOOLS)
set(hunter_and_examples_required TRUE)