Skip to content

Commit

Permalink
quickfast: just overlink everything
Browse files Browse the repository at this point in the history
Would be nice to avoid overlinking, but explicitly listing Boost components results in these not being found:

public: void * __cdecl boost::detail::win32::handle_manager::duplicate(void) const
private: void __cdecl boost::thread::start_thread(void)
public: __cdecl boost::thread::~thread(void)
 public: void __cdecl boost::thread::join(void)
  • Loading branch information
valgur committed May 26, 2024
1 parent dac5e8d commit d899ab6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipes/quickfast/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,3 @@ def package_info(self):

if not self.options.shared:
self.cpp_info.defines.append("QUICKFAST_HAS_DLL=0")

self.cpp_info.requires = [
"boost::headers",
"boost::thread",
"boost::date_time",
"xerces-c::xerces-c"
]

0 comments on commit d899ab6

Please sign in to comment.