From b3d73e7b4b627f8e6f7acbd68eb58b1bedeb0a19 Mon Sep 17 00:00:00 2001 From: yulya3102 Date: Sat, 25 Jan 2025 18:39:14 +0100 Subject: [PATCH] Add boost submodule for non-system builds --- .gitmodules | 3 +++ 3rdparty/boost | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/boost diff --git a/.gitmodules b/.gitmodules index 7882c2cf..29063933 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "3rdparty/libbacktrace"] path = 3rdparty/libbacktrace url = https://github.com/ianlancetaylor/libbacktrace.git +[submodule "3rdparty/boost"] + path = 3rdparty/boost + url = https://github.com/boostorg/boost diff --git a/3rdparty/boost b/3rdparty/boost new file mode 160000 index 00000000..5dfae19b --- /dev/null +++ b/3rdparty/boost @@ -0,0 +1 @@ +Subproject commit 5dfae19bf919476ce2ff28e2a9b5e03561e9c0ef