I added wxwidgets to my vcokg.json then ran debug in VS Code
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "combustion",
"version": "1.0.1",
"dependencies": [
{ "name": "wxwidgets", "platform": "linux" }
]
}
[cmake] CMake Error at build/vcpkg_installed/x64-linux/share/wxwidgets/vcpkg-cmake-wrapper.cmake:40 (if):
[cmake] if given arguments:
[cmake]
[cmake] "CMAKE_BUILD_TYPE" "STREQUAL" "Debug" "OR" "Debug" "IN_LIST" "MAP_IMPORTED_CONFIG_Debug"
[cmake]
[cmake] Unknown arguments specified
[cmake] Call Stack (most recent call first):
[cmake] /home/jonny/Projects/vcpkg/scripts/buildsystems/vcpkg.cmake:783 (include)
[cmake] CMakeLists.txt:31 (find_package)
[cmake]
[cmake]
[cmake] -- Configuring incomplete, errors occurred!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #22843 as not planned.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Sorry, I don't think it's a wxWidgets problem at all.
vcpkg recipe for wxWidgets is maintained separately, in vcpkg repository, please report the problem there, as I have no idea what is it due to, but, again, this doesn't seem to be related to anything in wx itself.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Related: microsoft/vcpkg#27316
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()