-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
MacOS/Cmake Supplied-JWT Linker Error #414
Comments
It looks like the section in |
I've checked and confirmed |
I believe that is exactly the case, MacOS fails on an empty archive. Thanks for getting back to me! |
Closes, as this issue has been resolved in #431. |
Hi,
I've been attempting to building on MacOS, with the NMOS_CPP_USE_SUPPLIED_JWT_CPP flag to true, causes
Linking CXX static library libjwt-cpp.a
ErrorAssuming Boost/cpprestsdk are installed,
To Replicate:
cmake -B build -DNMOS_CPP_USE_SUPPLIED_JWT_CPP=TRUE -DNMOS_CPP_USE_SUPPLIED_JSON_SCHEMA_VALIDATOR=TRUE -DWEBSOCKETPP_INCLUDE_DIR="Release/libs/websocketpp"
cmake --build build
Thanks
The text was updated successfully, but these errors were encountered: