diff --git a/CMakeLists.txt b/CMakeLists.txt index 950184a8..e84a557d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ else() endif() if(WIN32) target_link_libraries(simple-web-server INTERFACE ws2_32 wsock32) + add_definitions(-DBOOST_ALL_NO_LIB) endif() if(APPLE)