Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
FetchContent
/
DownloadTwice.cmake
blob: 6863c305ff4cf13d0bc18c3ed5a6c183a23d222e [
file
] [
log
] [
blame
]
include
(
FetchContent
)
FetchContent_Declare
(
t1
DOWNLOAD_COMMAND $
{
CMAKE_COMMAND
}
-
E echo
"Download command executed"
)
FetchContent_Populate
(
t1
)
FetchContent_Populate
(
t1
)
# Triggers error