Skip to content

Commit 1d39b82

Browse files
committed
remove fetchcontent override
1 parent 0c4d242 commit 1d39b82

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

cmake/toolchains/llvm_mingw.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ if(NOT EXISTS "${lm_root}/bin/clang")
9292

9393
set(lm_pkg "llvm-mingw-${lm_ver}-ucrt-ubuntu-22.04-${lm_host_arch}")
9494

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-
10095
include(FetchContent)
10196

10297
fetchcontent_declare(

0 commit comments

Comments
 (0)