summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_env-unset.cmake
blob: 04976fb40a1ad51bd56699b0b446890a91c11a1b (plain)
1
2
3
4
5
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()