Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfc8eeedc8a305ba7b95027c19ffaab278e77016
/
.
/
Tests
/
RunCMake
/
file
/
CREATE_LINK-SYMBOLIC-noexist.cmake
blob: 61aaf388f360daf53e2b12a5b85beb0dfe589299 [
file
]
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
()