Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
file-DOWNLOAD
/
no-file-arg.cmake
blob: 6520940fcd62d17209afd62e1b854470599ad1f1 [
file
] [
log
] [
blame
]
include
(
common
.
cmake
)
set
(
file
""
)
file_download
()
set
(
file
"${CMAKE_CURRENT_BINARY_DIR}/input.png"
)
if
(
NOT EXISTS
"${file}"
)
message
(
FATAL_ERROR
"file not downloaded to expected path:\n ${file}"
)
endif
()