From d3cd8ba9d633e5bf3e051f2748f60d99f5a7ef52 Mon Sep 17 00:00:00 2001 From: swiftnav-svc-jenkins <42622338+swiftnav-svc-jenkins@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:01:43 -0700 Subject: [PATCH] cmake - Static bundles for the IAR toolchain[DRAFT] We made a release to Asensing but the IAR library was not bundled properly and static linking was not done. The plan is to use `add_static_library_bundle` but, the archive code is not compatible with IAR. A flag was added that is only set during IAR compilation and installs. Currently, we are using CMAKE but plan to move to Bazel after this patch release --------- Co-authored-by: sokhealy Triggered-By: cmake fa9340974f98fb9375d77be73f0cd1fd438af1ea Upstream-PR: http://github.com/swift-nav/cmake/pull/177 --- c/cmake/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/cmake/common b/c/cmake/common index 68306be89e..fa9340974f 160000 --- a/c/cmake/common +++ b/c/cmake/common @@ -1 +1 @@ -Subproject commit 68306be89ee8cdd88f96d798565204e55da0b81d +Subproject commit fa9340974f98fb9375d77be73f0cd1fd438af1ea