E_env-unset.cmake 174 B

12345
  1. if(DEFINED ENV{TEST_ENV})
  2. message(FATAL_ERROR "TEST_ENV is incorrectly set in environment")
  3. else()
  4. message(STATUS "TEST_ENV is correctly not set in environment")
  5. endif()