Skip to content

Commit b9f464c

Browse files
committed
⬆️ Bump cpm from 0.38.2 to 0.40.2
to fix deprecation warnings CMake Warning (dev) at /opt/homebrew/share/cmake/Modules/FetchContent.cmake:1953 (message): Calling FetchContent_Populate(cicd-repo-infrastructure) is deprecated, call FetchContent_MakeAvailable(cicd-repo-infrastructure) instead. Policy CMP0169 can be set to OLD to allow FetchContent_Populate(cicd-repo-infrastructure) to be called directly for now, but the ability to call it with declared details will be removed completely in a future version. Signed-off-by: Michael Krasnyk <[email protected]>
1 parent fef6881 commit b9f464c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/get_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CPM_DOWNLOAD_VERSION 0.38.2)
1+
set(CPM_DOWNLOAD_VERSION 0.40.2)
22

33
if(CPM_SOURCE_CACHE)
44
set(CPM_DOWNLOAD_LOCATION

0 commit comments

Comments
 (0)