File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"cacheVariables" : {
14
14
"CMAKE_BUILD_TYPE" : " Debug" ,
15
- "PYBIND11_FINDPYTHON" : " NEW" ,
16
- "PYBIND11_WERROR" : true ,
15
+ "CMAKE_EXPORT_COMPILE_COMMANDS" : true ,
17
16
"DOWNLOAD_CATCH" : true ,
18
- "DOWNLOAD_EIGEN" : true
17
+ "DOWNLOAD_EIGEN" : true ,
18
+ "PYBIND11_FINDPYTHON" : " NEW" ,
19
+ "PYBIND11_WERROR" : true
20
+
19
21
}
20
22
},
21
23
{
24
26
"inherits" : " default" ,
25
27
"cacheVariables" : {
26
28
"CMAKE_BUILD_TYPE" : " Debug" ,
29
+ "CMAKE_EXPORT_COMPILE_COMMANDS" : true ,
30
+ "DOWNLOAD_CATCH" : true ,
31
+ "DOWNLOAD_EIGEN" : true ,
27
32
"PYBIND11_CREATE_WITH_UV" : " python3" ,
28
- "Python_ROOT_DIR" : " .venv" ,
29
- "PYBIND11_WERROR" : true ,
30
33
"PYBIND11_FINDPYTHON" : " NEW" ,
31
- "DOWNLOAD_CATCH " : true ,
32
- "DOWNLOAD_EIGEN " : true
34
+ "PYBIND11_WERROR " : true ,
35
+ "Python_ROOT_DIR " : " .venv "
33
36
}
34
37
}
35
38
],
You can’t perform that action at this time.
0 commit comments