Skip to content

Commit cf3f62b

Browse files
authored
Fixed typo in help message (#165)
1 parent 3b40429 commit cf3f62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CPM.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else()
6969
set(CPM_SOURCE_CACHE_DEFAULT OFF)
7070
endif()
7171

72-
set(CPM_SOURCE_CACHE ${CPM_SOURCE_CACHE_DEFAULT} CACHE PATH "Directory to downlaod CPM dependencies")
72+
set(CPM_SOURCE_CACHE ${CPM_SOURCE_CACHE_DEFAULT} CACHE PATH "Directory to download CPM dependencies")
7373

7474
if (NOT CPM_DONT_UPDATE_MODULE_PATH)
7575
set(CPM_MODULE_PATH "${CMAKE_BINARY_DIR}/CPM_modules" CACHE INTERNAL "")

0 commit comments

Comments
 (0)