Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
file
/
COPY_FILE-output-missing.cmake
blob: 22133e73c268fe982c3eee83d4f9175ec7ad6a20 [
file
]
set
(
oldname
"${CMAKE_CURRENT_BINARY_DIR}/input"
)
set
(
newname
"${CMAKE_CURRENT_BINARY_DIR}/output-missing/output"
)
file
(
WRITE
"${oldname}"
""
)
file
(
COPY_FILE
"${oldname}"
"${newname}"
)