From 5ad42b6c2b5eb23a28c023d1d867ba6c40b4ed1d Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Mon, 9 Dec 2024 08:44:12 -0600 Subject: [PATCH] Fix typo in tesseract_common CMakeLists.txt --- tesseract_common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tesseract_common/CMakeLists.txt b/tesseract_common/CMakeLists.txt index f884bfbde5c..65c95473cad 100644 --- a/tesseract_common/CMakeLists.txt +++ b/tesseract_common/CMakeLists.txt @@ -154,7 +154,7 @@ if(TESSERACT_PACKAGE) "libyaml-cpp-dev" WINDOWS_DEPENDS "boost_system" - "boost_filesystem;" + "boost_filesystem" "boost_serialization" "console-bridge" "tinyxml2"