We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not able to compile the SignalR C++ client on MacOS.
Steps to reproduce the behavior:
CXX=g++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCPPREST_INCLUDE_DIR=<path_to_cpp_rest_include_dir> -DCPPREST_LIB_DIR=<path_to_cpp_rest_lib_dir>
Successful compilation (library) of the SignalR cpp client.
The text was updated successfully, but these errors were encountered:
This is expected right now. We haven't put any effort into the cross-plat build with CMAKE yet, but this is definitely on our radar.
Sorry, something went wrong.
Closing in lieu of #8706 which is tracking our cross-plat build integration work.
No branches or pull requests
Describe the bug
I'm not able to compile the SignalR C++ client on MacOS.
To Reproduce
Steps to reproduce the behavior:
CXX=g++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCPPREST_INCLUDE_DIR=<path_to_cpp_rest_include_dir> -DCPPREST_LIB_DIR=<path_to_cpp_rest_lib_dir>
Expected behavior
Successful compilation (library) of the SignalR cpp client.
Screenshots
The text was updated successfully, but these errors were encountered: