4 lines
118 B
CMake
4 lines
118 B
CMake
|
if(NOT DEFINED ENV{CMAKE_add_test_ENVVAR})
|
||
|
message(FATAL_ERROR "Setting property on test did not succeed!")
|
||
|
endif()
|