mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
FetchContent: Fix typos in stamp/step file names
The exact file names don't technically matter, but the wrong names are confusing and misleading.
This commit is contained in:
@@ -1674,7 +1674,7 @@ function(__FetchContent_populateDirect)
|
|||||||
# using a sub-build and is not appropriate for us here.
|
# using a sub-build and is not appropriate for us here.
|
||||||
|
|
||||||
set(download_script ${_EP_TMP_DIR}/download.cmake)
|
set(download_script ${_EP_TMP_DIR}/download.cmake)
|
||||||
set(update_script ${_EP_TMP_DIR}/upload.cmake)
|
set(update_script ${_EP_TMP_DIR}/update.cmake)
|
||||||
set(patch_script ${_EP_TMP_DIR}/patch.cmake)
|
set(patch_script ${_EP_TMP_DIR}/patch.cmake)
|
||||||
_ep_add_download_command(${contentName}
|
_ep_add_download_command(${contentName}
|
||||||
SCRIPT_FILE ${download_script}
|
SCRIPT_FILE ${download_script}
|
||||||
@@ -1690,7 +1690,7 @@ function(__FetchContent_populateDirect)
|
|||||||
)
|
)
|
||||||
|
|
||||||
set(download_stamp ${_EP_STAMP_DIR}/download.stamp)
|
set(download_stamp ${_EP_STAMP_DIR}/download.stamp)
|
||||||
set(update_stamp ${_EP_STAMP_DIR}/upload.stamp)
|
set(update_stamp ${_EP_STAMP_DIR}/update.stamp)
|
||||||
set(patch_stamp ${_EP_STAMP_DIR}/patch.stamp)
|
set(patch_stamp ${_EP_STAMP_DIR}/patch.stamp)
|
||||||
__FetchContent_doStepDirect(
|
__FetchContent_doStepDirect(
|
||||||
SCRIPT_FILE ${download_script}
|
SCRIPT_FILE ${download_script}
|
||||||
|
|||||||
Reference in New Issue
Block a user