Skip to content

Commit

Permalink
Merge pull request musescore#22513 from sdwarwick/cmpreset
Browse files Browse the repository at this point in the history
Update CMakePresets.json to remove dependencies and comments
  • Loading branch information
cbjeukendrup authored Apr 21, 2024
2 parents 17abf31 + aedb129 commit 5700eef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"version": 3,
"version": 6,
"configurePresets": [
{
"name": "windows-base",
"description": "Target Windows with the Visual Studio development environment.",
"hidden": true,
"generator": "Visual Studio 17 2022",
//"generator": "Ninja",
"binaryDir": "${sourceDir}/msvc.build/${presetName}",
"installDir": "${sourceDir}/msvc.install/${presetName}",
"cacheVariables": {
"CMAKE_C_COMPILER": "cl.exe",
"CMAKE_CXX_COMPILER": "cl.exe",
"CMAKE_WARN_DEPRECATED": "FALSE",
"CMAKE_PREFIX_PATH": "$env{PATH};${sourceDir}\\dependencies"
"CMAKE_PRESET_NAME" : "${presetName}"
},
"condition": {
"type": "equals",
Expand All @@ -31,7 +30,6 @@
"strategy": "external"
},
"cacheVariables": {
"CMAKE_LIBRARY_PATH": "${sourceDir}\\dependencies\\libx64",
"CMAKE_BUILD_TYPE": "Debug",
"MUSE_COMPILE_BUILD_64": "ON"
}
Expand Down Expand Up @@ -73,7 +71,6 @@
"strategy": "external"
},
"cacheVariables": {
"CMAKE_LIBRARY_PATH": "${sourceDir}\\dependencies\\libx86",
"CMAKE_BUILD_TYPE": "Debug",
"MUSE_COMPILE_BUILD_64": "OFF"
}
Expand Down

0 comments on commit 5700eef

Please sign in to comment.