cmake/Tests/RunCMake/file/CREATE_LINK-noexist.cmake

5 lines
140 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
file(CREATE_LINK does_not_exist.txt TestLink.txt RESULT result)
if(NOT result STREQUAL "0")
message("Hard link error: ${result}")
endif()