m00n5hyn3

Results 3 comments of m00n5hyn3

No problem. I also have a conan layer in my build environment and I needed to know if that one wasn't causing the problem. I looked into the FindOpenSSL.cmake module...

Setting the LWS_OPENSSL_LIBRARIES and LWS_OPENSSL_INCLUDE_DIRS bypasses the library detection from the build scripts altogether. It just overwrites the items detected by cmake. It is the workaround I implemented to make...

I agree that the not found check is the better approach and will keep it working for other platforms. You only need to do the pkgconfig check if you haven't...