-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
What happens?
The CMake warning for the extension contains a typo in the file path to vcpkg.json. The current warning points to an incorrect path (missing a slash), and this needs to be corrected to reflect the valid file location.
CMake Warning at CMakeLists.txt:1360 (message):
Extension 'xxxxxx' 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
/Users/path/to/extension/xxxxxxvcpkg.json
Current Incorrect Path
/path/to/extension/xxxxxxvcpkg.json
Expected Correct Path
/path/to/extension/xxxxxx/vcpkg.json
To Reproduce
- Develop a new extension using vcpkg
- Do not set the VCPKG_TOOLCHAIN_PATH environment variable
- Run
maketo build
OS:
osx_arm64
DuckDB Version:
1.3.2
DuckDB Client:
n/a
Hardware:
No response
Full Name:
Junbo Wang
Affiliation:
n/a
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have not tested with any build
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
- Yes, I have
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
- Yes, I have