We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9971e8f commit 8a1d4e7Copy full SHA for 8a1d4e7
cmake-init/templates/common/CMakePresets.json
@@ -124,7 +124,7 @@
124
"CMAKE_CXX_FLAGS_COVERAGE": "-Og -g --coverage -fkeep-inline-functions -fkeep-static-functions",{% end %}
125
"CMAKE_EXE_LINKER_FLAGS_COVERAGE": "--coverage",
126
"CMAKE_SHARED_LINKER_FLAGS_COVERAGE": "--coverage"{% if pm %},
127
- "CMAKE_MAP_IMPORTED_CONFIG_SANITIZE": "Coverage;RelWithDebInfo;Release;Debug;"{% end %}
+ "CMAKE_MAP_IMPORTED_CONFIG_COVERAGE": "Coverage;RelWithDebInfo;Release;Debug;"{% end %}
128
}
129
},
130
{
0 commit comments