Skip to content

Commit 704948a

Browse files
committed
Don't pass both CMAKE_TOOLCHAIN_FILE and a preset.
1 parent b5e43d7 commit 704948a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

master/master.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,6 @@ def get_cmake_definitions(builder_type, halide_target="host", wasm_jit="wabt", e
432432
if builder_type.has_ccache():
433433
cmake_definitions["Halide_CCACHE_BUILD"] = "ON"
434434

435-
cmake_definitions["CMAKE_TOOLCHAIN_FILE"] = Interpolate("%(prop:VCPKG_ROOT)s/scripts/buildsystems/vcpkg.cmake")
436-
437435
if builder_type.os == "windows":
438436
cmake_definitions["pybind11_ROOT"] = Property("VIRTUAL_ENV")
439437

0 commit comments

Comments
 (0)