Skip to content

Commit 3e509e6

Browse files
committed
Track CMakeUserPresets.json
This file was missing from the version control due to the .gitignore sitting next to it, which is only meant to ignore this file in generated projects. Oops!
1 parent acf05a7 commit 3e509e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": 1,
3+
"cmakeMinimumRequired": {
4+
"major": 3,
5+
"minor": 14,
6+
"patch": 0
7+
},
8+
"configurePresets": [
9+
{
10+
"name": "dev",
11+
"inherits": ["ci-%(os)s"{if use_clang_tidy}, "clang-tidy"{end}],
12+
"cacheVariables": {
13+
"%(name)s_DEVELOPER_MODE": "ON"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)