Why "error: the baseline does not contain an entry for port sdl3?" #46206
Answered
by
autoantwort
MarkCallow
asked this question in
Q&A
-
My {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ktx-software",
"features": {
"loadtests": {
"description": "OpenGL & Vulkan Load Tests.",
"dependencies": [
"assimp",
{
"name": "sdl3",
"default-features": true,
"features": [
"vulkan"
]
}
]
},
"glloadtests": {
"description": "OpenGL Load Tests.",
"dependencies": [
{
"name": "glew",
"platform": "windows"
}
]
}
}
}
When I run the cmake configure I get
Given that |
Beta Was this translation helpful? Give feedback.
Answered by
autoantwort
Jun 28, 2025
Replies: 1 comment 2 replies
-
What is the content of |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MarkCallow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the content of
vcpkg-configuration.json
?