From 8e573a15fbd6b9ce66494a9e73a7f8513d6e6a2a Mon Sep 17 00:00:00 2001 From: Matthias Holoch Date: Fri, 22 Dec 2023 12:22:20 +0100 Subject: [PATCH] reintroduce boost to cmakelists --- mesh_map/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh_map/CMakeLists.txt b/mesh_map/CMakeLists.txt index 440b273e..a9398d44 100644 --- a/mesh_map/CMakeLists.txt +++ b/mesh_map/CMakeLists.txt @@ -22,6 +22,7 @@ foreach(dep IN LISTS dependencies) find_package(${dep} REQUIRED) endforeach() +find_package(Boost REQUIRED COMPONENTS system) find_package(PkgConfig REQUIRED) pkg_check_modules(JSONCPP jsoncpp)