E_env-set.cmake 190 B

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