Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dccf2bdb75647f013741cd7cb303d98b04748ecc
/
.
/
Tests
/
RunCMake
/
file-RPATH
/
TextSetEmpty.cmake
blob: d9517e08c6f0d5cc6f549b3d6e0abe665583740e [
file
] [
log
] [
blame
]
set
(
f
"${CMAKE_CURRENT_BINARY_DIR}/not_a_binary.txt"
)
file
(
WRITE
"${f}"
"Not a binary.\n"
)
file
(
RPATH_SET FILE
"${f}"
NEW_RPATH
""
)