Browse Source

[CMake] Do not explicit set CPM_SOURCE_CACHE

pull/2731/head
DraVee 5 months ago
committed by crueter
parent
commit
9ea321e29a
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -132,7 +132,9 @@ if (CXX_CLANG_CL)
endif()
endif()
set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm)
if(NOT DEFINED CPM_SOURCE_CACHE)
set(CPM_SOURCE_CACHE "${CMAKE_SOURCE_DIR}/.cache/cpm")
endif()
include(DownloadExternals)
include(CMakeDependentOption)

Loading…
Cancel
Save