Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Update CMakeSettings.json
Browse files Browse the repository at this point in the history
Temporary remove 'clang-debug'
  • Loading branch information
espkk committed Apr 22, 2021
1 parent adf1553 commit 586c89a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CMakeSettings.json
Expand Up @@ -21,16 +21,6 @@
"buildCommandArgs": "",
"enableClangTidyCodeAnalysis": true,
"variables": []
},
{
"name": "clang-debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\build\\${name}",
"cmakeCommandArgs": "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++", // Override compiler
"buildCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64_x64" ],
"variables": []
}
]
}
}

0 comments on commit 586c89a

Please sign in to comment.