diff --git a/CMakeLists.txt b/CMakeLists.txt index 669727f4d..e2282d37d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -944,7 +944,7 @@ if(NOT Boost_FOUND) elseif(Boost_FOUND) message(STATUS "Found Boost Version: ${Boost_VERSION_STRING}") - set(BOOST_COMPONENTS filesystem thread date_time chrono serialization program_options) + set(BOOST_COMPONENTS filesystem thread chrono serialization program_options) if (WIN32) list(APPEND BOOST_COMPONENTS locale) endif() diff --git a/contrib/depends/packages/boost.mk b/contrib/depends/packages/boost.mk index 0160fea8d..fb174b966 100644 --- a/contrib/depends/packages/boost.mk +++ b/contrib/depends/packages/boost.mk @@ -18,8 +18,8 @@ $(package)_config_opts_i686_mingw32=address-model=32 $(package)_config_opts_i686_linux=address-model=32 architecture=x86 $(package)_toolset_$(host_os)=gcc $(package)_archiver_$(host_os)=$($(package)_ar) -$(package)_config_libraries_$(host_os)="chrono,filesystem,program_options,system,thread,test,date_time,regex,serialization" -$(package)_config_libraries_mingw32="chrono,filesystem,program_options,system,thread,test,date_time,regex,serialization,locale" +$(package)_config_libraries_$(host_os)="chrono,filesystem,program_options,thread,test,serialization" +$(package)_config_libraries_mingw32="chrono,filesystem,program_options,thread,test,serialization,locale" $(package)_cxxflags_linux+=-fPIC $(package)_cxxflags_freebsd+=-fPIC $(package)_cxxflags_darwin+=-ffile-prefix-map=$($(package)_extract_dir)=/usr