blob: 61aaf388f360daf53e2b12a5b85beb0dfe589299 [file] [log] [blame]
file(CREATE_LINK does_not_exist.txt TestSymLink.txt RESULT sym_result SYMBOLIC)
if(NOT sym_result STREQUAL "0")
message("Symlink fail: ${sym_result}")
endif()