Unable to resolve resource cmake-tools-schema:/schemas/CMakePresets-v5-schema.json. #3543
-
there's some errors that confused me:
cmake --preset macos-base
CMake Error: Could not use disabled preset "macos-base" configure{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 15,
"patch": 0
},
"configurePresets": [
{
"name": "macos-base",
"hidden": false,
"displayName": "macos base",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/cmake-build-${presetName}",
"cacheVariables": {
"CMAKE_C_COMPILER": "gcc",
"CMAKE_CXX_COMPILER": "g++",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
},
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "macos"
}
},
{
"name": "macos-base-dev",
"description": "",
"displayName": "",
"inherits": [
"macos-base"
]
}
]
} Thanks for your answers! |
Beta Was this translation helpful? Give feedback.
Answered by
gcampbell-msft
Jan 26, 2024
Replies: 1 comment
-
@BinaryRyan The title of this discussion and the content of the description don't seem to match, could you clarify about what bug you are seeing? Thanks! Once you clarify, I'll likely create an issue from this post and track that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BinaryRyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@BinaryRyan The title of this discussion and the content of the description don't seem to match, could you clarify about what bug you are seeing?
Thanks! Once you clarify, I'll likely create an issue from this post and track that.