airdcpp-web / airdcpp-webclient

Communal peer-to-peer file sharing application for file servers/NAS devices
https://airdcpp-web.github.io
171 stars 31 forks source link

Fix "websocketpp (headers)" message in CMakeLists.txt #376

Closed Fossegrimen closed 3 years ago

Fossegrimen commented 3 years ago

Should be "websocketpp_INCLUDE_DIR" in the main CMakeLists.txt instead of "WEBSOCKETPP_INCLUDE_DIR". This caused me to believe that websocketpp wasn't found even though it was.

https://github.com/airdcpp-web/airdcpp-webclient/blob/0a49ecf1722f0bc8097e3600fd95d12e6b2361d7/CMakeLists.txt#L312

Fossegrimen commented 3 years ago

I guess it should be changed in Findwebsocketpp.cmake instead of in CMakeLists.txt.

maksis commented 3 years ago

Fixed in the develop branch