You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
string(FIND "${actual_stdout}" "TEST_ENV_" TEST_ENV_POS)
|
|
if (NOT TEST_ENV_POS EQUAL -1)
|
|
message(FATAL_ERROR "Found TEST_ENV_ in environment")
|
|
endif()
|
|
|
|
include("${RunCMake_SOURCE_DIR}/check.cmake")
|