From ec65037e108c8a1ded7741adb6b09a8936fdc99d Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 18 May 2021 11:27:13 +0200 Subject: [PATCH] [cpm] Bump to 0.32.1, fixes BUILD_SHARED_LIBS=ON having no effect. cpm 0.32 introduces a scope encapsulation: https://github.com/cpm-cmake/CPM.cmake/releases/tag/v0.32.0 --- scripts/cmake/CPM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmake/CPM.cmake b/scripts/cmake/CPM.cmake index f777eb0e3fa..56db2266400 100644 --- a/scripts/cmake/CPM.cmake +++ b/scripts/cmake/CPM.cmake @@ -1,4 +1,4 @@ -set(CPM_DOWNLOAD_VERSION 0.31.1) +set(CPM_DOWNLOAD_VERSION 0.32.1) if(CPM_SOURCE_CACHE) # Expand relative path. This is important if the provided path contains a tilde (~) -- GitLab