Skip to content
Snippets Groups Projects
Commit 00c94b0a authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Remove unnecessary boost::beast find_package call

boost::beast is header-only, so find_package will fail.
parent f5fcbfb2
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!53Add vcpkg support
......@@ -152,7 +152,6 @@ find_package(Boost COMPONENTS filesystem REQUIRED)
find_package(Boost COMPONENTS log REQUIRED)
find_package(Boost COMPONENTS thread REQUIRED)
find_package(Boost COMPONENTS system REQUIRED)
find_package(Boost COMPONENTS beast REQUIRED)
find_package(GTest REQUIRED)
# print include directories for debugging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment