summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/CREATE_LINK-SYMBOLIC-noexist.cmake
blob: 61aaf388f360daf53e2b12a5b85beb0dfe589299 (plain)
1
2
3
4
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()