We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4d242 commit 1d39b82Copy full SHA for 1d39b82
1 file changed
cmake/toolchains/llvm_mingw.cmake
@@ -92,11 +92,6 @@ if(NOT EXISTS "${lm_root}/bin/clang")
92
93
set(lm_pkg "llvm-mingw-${lm_ver}-ucrt-ubuntu-22.04-${lm_host_arch}")
94
95
- # Pin FetchContent's working directory (download cache, stamps)
96
- # to a stable path next to this toolchain file.
97
- set(FETCHCONTENT_BASE_DIR "${CMAKE_CURRENT_LIST_DIR}/.toolchain-deps")
98
- set(FETCHCONTENT_QUIET OFF)
99
-
100
include(FetchContent)
101
102
fetchcontent_declare(
0 commit comments