Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
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
()