--- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: ldas-tools-framecpp-3.0.4/CMakeLists.txt =================================================================== --- ldas-tools-framecpp-3.0.4.orig/CMakeLists.txt +++ ldas-tools-framecpp-3.0.4/CMakeLists.txt @@ -289,11 +289,10 @@ find_package( chrono program_options serialization - system filesystem ) -foreach( component IN ITEMS filesystem system ) +foreach( component IN ITEMS filesystem) string( TOUPPER "${component}" COMPONENT) if ( NOT BOOST_LDFLAGS ) foreach( dir ${Boost_LIBRARY_DIRS} ) Index: ldas-tools-framecpp-3.0.4/src/OOInterface/CMakeLists.txt =================================================================== --- ldas-tools-framecpp-3.0.4.orig/src/OOInterface/CMakeLists.txt +++ ldas-tools-framecpp-3.0.4/src/OOInterface/CMakeLists.txt @@ -252,7 +252,6 @@ framecpp_target_gtest( LDADD PUBLIC framecpp PUBLIC Boost::serialization - PUBLIC Boost::system PUBLIC ${GTEST_LIBRARIES} PRIVATE Threads::Threads ) @@ -274,7 +273,6 @@ framecpp_target_gtest( LDADD PUBLIC framecpp PUBLIC Boost::serialization - PUBLIC Boost::system PUBLIC ${GTEST_LIBRARIES} PRIVATE Threads::Threads )