summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent/DownloadFile.cmake
blob: 741b6d369cd6e8a39d6f6a7571a2ff18653656ac (plain)
1
2
3
4
5
6
7
8
9
include(FetchContent)

FetchContent_Declare(
  t1
  URL ${CMAKE_CURRENT_LIST_DIR}/dummyFile.txt
  DOWNLOAD_NO_EXTRACT YES
)

FetchContent_Populate(t1)