mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove header-only boost modules from cmake find_package list.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user