Skip to content

Commit aa26712

Browse files
committed
Store hunter build files in CMake binary directory
1 parent cc40740 commit aa26712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/HunterPackages.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ set(PROJECT_NAME "")
88
set(HUNTER_URL "https://github.com/scratchcpp/hunter/archive/ee768cdd2c027b5be346f114e726d4b0c4296de6.zip")
99
set(HUNTER_SHA1 "4A018750743AC656A859C99C655723EAF68EE038")
1010

11+
set(HUNTER_ROOT "${CMAKE_BINARY_DIR}/_hunter")
12+
1113
set(HUNTER_LLVM_VERSION 19.1.0)
1214
set(HUNTER_LLVM_CMAKE_ARGS
1315
LLVM_ENABLE_CRASH_OVERRIDES=OFF

0 commit comments

Comments
 (0)