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()