Skip to content

Commit b28118b

Browse files
committed
chore: run task lint
1 parent ad5432e commit b28118b

3 files changed

Lines changed: 32 additions & 36 deletions

File tree

src/CompilerWarnings.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-
55
function(
66
set_project_warnings
77
project_name

test/vcpkg.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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+
}

test_install/vcpkg.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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+
}

0 commit comments

Comments
 (0)