diff --git a/CMakePresets.json b/CMakePresets.json index 171846f..340cc9b 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -4,7 +4,7 @@ { "name": "default", "hidden": true, - "generator": "CodeBlocks - Ninja", + "generator": "Ninja", "installDir": "${sourceDir}/.out/install/${presetName}", "binaryDir": "${sourceDir}/.out/build/${presetName}", "architecture": { @@ -68,6 +68,11 @@ "cacheVariables": { "CMAKE_C_COMPILER": "gcc", "CMAKE_CXX_COMPILER": "g++" + }, + "condition": { + "type": "equals", + "lhs": "${hostSystemName}", + "rhs": "Linux" } }, {