diff --git a/CMakePresets.json b/CMakePresets.json index acc6d97..b0ab74a 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -5,12 +5,18 @@ "toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", "generator": "Visual Studio 17 2022", "name": "vs2022-windows" - } - ], - "buildPresets": [ + }, { - "name": "vs2022-windows", - "configurePreset": "vs2022-windows" + "cacheVariables": { + "MO2_INSTALL_IS_BIN": { + "type": "BOOL", + "value": "ON" + } + }, + "inherits": [ + "vs2022-windows" + ], + "name": "vs2022-windows-standalone" } ], "version": 4