We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ec1e8 commit 6ae9cbdCopy full SHA for 6ae9cbd
cmake/CPM.cmake
@@ -1,7 +1,7 @@
1
set(CPM_DOWNLOAD_VERSION 0.40.8)
2
3
set(CPM_SOURCE_CACHE "${CMAKE_SOURCE_DIR}/out/thirdparty")
4
-set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
+set(CPM_DOWNLOAD_LOCATION "${CMAKE_SOURCE_DIR}/out/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
5
6
# Expand relative path. This is important if the provided path contains a tilde (~)
7
get_filename_component(CPM_DOWNLOAD_LOCATION ${CPM_DOWNLOAD_LOCATION} ABSOLUTE)
0 commit comments