From ed68e9659b85983101d84accbccc5098a11d8bb3 Mon Sep 17 00:00:00 2001 From: Paul Taylor Date: Fri, 16 Apr 2021 19:46:26 -0500 Subject: [PATCH] Update to CPM with fix for `FETCHCONTENT_BASE_DIR` (#7982) Update CPM with a [fix for `FETCHCONTENT_BASE_DIR`](https://github.com/cpm-cmake/CPM.cmake/pull/244). Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Keith Kraus (https://github.com/kkraus14) URL: https://github.com/rapidsai/cudf/pull/7982 --- cpp/cmake/thirdparty/CUDF_GetCPM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/cmake/thirdparty/CUDF_GetCPM.cmake b/cpp/cmake/thirdparty/CUDF_GetCPM.cmake index d0fe88eb398..ce2921f5954 100644 --- a/cpp/cmake/thirdparty/CUDF_GetCPM.cmake +++ b/cpp/cmake/thirdparty/CUDF_GetCPM.cmake @@ -1,4 +1,4 @@ -set(CPM_DOWNLOAD_VERSION 4fad2eac0a3741df3d9c44b791f9163b74aa7b07) # 0.32.0 +set(CPM_DOWNLOAD_VERSION 7644c3a40fc7889f8dee53ce21e85dc390b883dc) # v0.32.1 if(CPM_SOURCE_CACHE) # Expand relative path. This is important if the provided path contains a tilde (~)