gnucash master: Remove header-only boost modules from cmake find_package list.

John Ralls jralls at code.gnucash.org
Mon Jan 16 11:30:10 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/0afae7e2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/454ef6c2 (commit)



commit 0afae7e261b1bbde07aa8f3e71873e71bee37719
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jan 16 08:29:48 2023 -0800

    Remove header-only boost modules from cmake find_package list.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73f5f1ce5..a6fdf8922 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -546,7 +546,7 @@ set (Boost_FIND_QUIETLY ON)
 if (NOT DEFINED ${BOOST_ROOT})
   set(BOOST_ROOT $ENV{BOOST_ROOT})
 endif()
-find_package (Boost 1.67.0 COMPONENTS algorithm asio date_time filesystem iostreams locale process program_options property_tree regex system)
+find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
 
 if (Boost_FOUND)
   include_directories(${Boost_INCLUDE_DIRS})



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list