Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_env-unset.cmake
blob: 04976fb40a1ad51bd56699b0b446890a91c11a1b [
file
] [
log
] [
blame
]
if
(
DEFINED ENV
{
TEST_ENV
})
message
(
FATAL_ERROR
"TEST_ENV is incorrectly set in environment"
)
else
()
message
(
STATUS
"TEST_ENV is correctly not set in environment"
)
endif
()