File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # from here:
1+ # Set the compiler warnings
22#
3+ # https://clang.llvm.org/docs/DiagnosticsReference.html
34# https://github.com/lefticus/cppbestpractices/blob/master/02-Use_the_Tools_Available.md
4-
55function (
66 set_project_warnings
77 project_name
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json" ,
3- "name" : " myproject" ,
4- "version-string" : " 0.1.0" ,
5- "builtin-baseline" : " 8dbd66f5a7821ced1ed57696b50375a977006813" ,
6- "dependencies" : [
7- {
8- "name" : " fmt" ,
9- "version>=" : " 8.1.1" ,
10- "default-features" : true
11- },
12- {
13- "name" : " eigen3" ,
14- "version>=" : " 3.4.0" ,
15- "default-features" : true
16- }
17- ]
18- }
2+ "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json" ,
3+ "name" : " myproject" ,
4+ "version-string" : " 0.1.0" ,
5+ "builtin-baseline" : " 8dbd66f5a7821ced1ed57696b50375a977006813" ,
6+ "dependencies" : [
7+ {
8+ "name" : " eigen3" ,
9+ "version>=" : " 3.4.0"
10+ },
11+ {
12+ "name" : " fmt" ,
13+ "version>=" : " 8.1.1"
14+ }
15+ ]
16+ }
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json" ,
3- "name" : " another-project" ,
4- "version-string" : " 0.1.0" ,
5- "builtin-baseline" : " 8dbd66f5a7821ced1ed57696b50375a977006813" ,
6- "dependencies" : [
7- {
8- "name" : " fmt" ,
9- "version>=" : " 8.1.1" ,
10- "default-features" : true
11- },
12- {
13- "name" : " eigen3" ,
14- "version>=" : " 3.4.0" ,
15- "default-features" : true
16- }
17- ]
18- }
2+ "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json" ,
3+ "name" : " another-project" ,
4+ "version-string" : " 0.1.0" ,
5+ "builtin-baseline" : " 8dbd66f5a7821ced1ed57696b50375a977006813" ,
6+ "dependencies" : [
7+ {
8+ "name" : " eigen3" ,
9+ "version>=" : " 3.4.0"
10+ },
11+ {
12+ "name" : " fmt" ,
13+ "version>=" : " 8.1.1"
14+ }
15+ ]
16+ }
You can’t perform that action at this time.
0 commit comments