crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

CMake installation skips two files #199

Closed dvhwgumby closed 4 years ago

dvhwgumby commented 5 years ago

The two files

autobahn-cpp-18.4.1/autobahn/wamp_publish_options.hpp
autobahn-cpp-18.4.1/autobahn/wamp_publish_options.ipp

Are not copied into the target directory include/autobahn which means autobahn itself cannot compile.

robinlinden commented 4 years ago

It looks like this was resolved in d6659853e12c20931111eeb7e52a5cd125b87cb2? Is this just missing a new release?

oberstet commented 4 years ago

this is totally my fault, sorry - I missed this one https://github.com/crossbario/autobahn-cpp/issues/201. I am doing that now.

oberstet commented 4 years ago

but this issue is definitely fixed via above commit, so I'm closing the issue