From 60734376511aaeb93372ff29890947278c1b89af Mon Sep 17 00:00:00 2001 From: Andras Aszodi Date: Sat, 14 Sep 2024 09:39:41 +0000 Subject: [PATCH] Removed the Boost filesystem dependency from CMakeLists.txt, forgot to do it after commit 0279900 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17d2dd2..760b21d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,6 @@ find_package( Boost ${BOOST_MINIMUM_VERSION} # list of Boost libraries needed by apps set(MULTOVL_BOOST_LIBS ${Boost_DATE_TIME_LIBRARY} - ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_SERIALIZATION_LIBRARY} )