Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbb6e04b5fe45c413fb3a06b52ffceb5e86bf60c
/
.
/
Tests
/
RunCMake
/
DependencyProviders
/
Recurse.cmake
blob: 3a79d9cb8f03a368f3eb9d46e4201fa58fb74741 [
file
]
include
(
FetchContent
)
set
(
FETCHCONTENT_QUIET NO
)
FetchContent_Declare
(
SomeDep
DOWNLOAD_COMMAND $
{
CMAKE_COMMAND
}
-
E echo
"Download command called"
)
FetchContent_MakeAvailable
(
SomeDep
)