forked from glynos/cpp-netlib
-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Description
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
Labels
No labels