Skip to content

Asio requires static boost? #655

@burannah

Description

@burannah

Hi,

I am new to cpp-netlib, so probably this has been already discussed somewhere, but I wasn't able to find it.
I am trying to compile cpp-netlib on Win7 with VS2015(Update 2). And I think that Asio requires some boost static libraries to be linked with (date_time and regex for example). Is it normal? I'm asking because I saw this in CMakeLists.txt:

# Always use Boost's shared libraries.
set(Boost_USE_STATIC_LIBS OFF)

And there is no additional library path parameters to make boost static libs available for linker.

Kind Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions