Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
file
/
CREATE_LINK-noexist.cmake
blob: 5ee2580170fe585d43ce73e95de5683b2d126a5a [
file
] [
log
] [
blame
]
file
(
CREATE_LINK does_not_exist
.
txt
TestLink
.
txt RESULT result
)
if
(
NOT result STREQUAL
"0"
)
message
(
"Hard link error: ${result}"
)
endif
()