Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
file
/
CREATE_LINK-SYMBOLIC-noexist.cmake
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
()