You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update to Bazel 8 [\#1515](https://github.com/swift-nav/libsbp/pull/1515) ([martin4861](https://github.com/martin4861))
13
+
- Auto submodule update: cmake - Fix compiler errors from check third-party dependency on Windows \(\#188\)[\#1514](https://github.com/swift-nav/libsbp/pull/1514) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
- Auto submodule update: cmake - Default C++/C version for all swift targets \(\#187\)[\#1510](https://github.com/swift-nav/libsbp/pull/1510) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ else
109
109
endif
110
110
111
111
verify-prereq-c: verify-prereq-generator
112
-
@command -v clang-format-6.01>/dev/null 2>/dev/null || { echo>&2 -e "I require \`clang-format-6.0\` but it's not installed. Aborting.\n\nHave you installed clang-format-6.0? See the C readme at \`c/README.md\` for setup instructions.\n";exit 1; }
112
+
@command -v clang-format-111>/dev/null 2>/dev/null || { echo>&2 -e "I require \`clang-format-11\` but it's not installed. Aborting.\n\nHave you installed clang-format-11? See the C readme at \`c/README.md\` for setup instructions.\n";exit 1; }
113
113
@command -v checkmk 1>/dev/null 2>/dev/null || { echo>&2 -e "I require \`checkmk\` but it's not installed. Aborting.\n\nHave you installed checkmk? See the C readme at \`c/README.md\` for setup instructions.\n";exit 1; }
114
114
@command -v cmake 1>/dev/null 2>/dev/null || { echo>&2 -e "I require \`cmake\` but it's not installed. Aborting.\n\nHave you installed cmake? See the C readme at \`c/README.md\` for setup instructions.\n";exit 1; }
115
115
@command -v pkg-config 1>/dev/null 2>/dev/null || { echo>&2 -e "I require \`pkg-config\` but it's not installed. Aborting.\n\nHave you installed pkg-config? See the C readme at \`c/README.md\` for setup instructions.\n";exit 1; }
0 commit comments