DownloadTwice.cmake 194 B

123456789
  1. include(FetchContent)
  2. FetchContent_Declare(
  3. t1
  4. DOWNLOAD_COMMAND ${CMAKE_COMMAND} -E echo "Download command executed"
  5. )
  6. FetchContent_Populate(t1)
  7. FetchContent_Populate(t1) # Triggers error