Commit c878d66
authored
fix: move vcpkg.json to subdir (#2821)
This is to get around the following DuckDB CMake warning:
```
CMake Warning at CMakeLists.txt:1340 (message):
Extension 'vortex' has a vcpkg.json, but build was not run with VCPKG. If
build fails, check out VCPKG build instructions in
'duckdb/extension/README.md' or try manually installing the dependencies in
.../duckdb-vortexvcpkg.json
```1 parent 1cedf0a commit c878d66
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
File renamed without changes.
0 commit comments