Skip to content

Conversation

@vinniefalco
Copy link
Member

No description provided.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://8.ws-proto.prtest.cppalliance.org/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://8.ws-proto.prtest3.cppalliance.org/index.html

1 similar comment
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://8.ws-proto.prtest3.cppalliance.org/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://8.ws-proto.prtest3.cppalliance.org/index.html

1 similar comment
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://8.ws-proto.prtest3.cppalliance.org/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://8.ws-proto.prtest3.cppalliance.org/index.html

@vinniefalco
Copy link
Member Author

@ashtum can you please review the changes to the cmake file?

@ashtum
Copy link
Collaborator

ashtum commented Aug 21, 2025

@ashtum can you please review the changes to the cmake file?

/boost//url needs to be added to build/Jamfile:

lib boost_ws_proto
   : ws_proto_sources
   : requirements
     <library>/boost//buffers
     <library>/boost//http_proto
     <library>/boost//url
     <include>../
     <define>BOOST_WS_PROTO_SOURCE
   : usage-requirements
     <library>/boost//buffers
     <library>/boost//http_proto
   ;

And CMakeLists.txt:

set(BOOST_WS_PROTO_DEPENDENCIES
    Boost::http_proto
    Boost::url
    )

@vinniefalco vinniefalco merged commit 228cab6 into cppalliance:develop Aug 21, 2025
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants