-
Notifications
You must be signed in to change notification settings - Fork 56
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
Issue with rapidjson when building #147
Comments
|
Hey, thanks for the reply! I compiled and installed the library locally, I then added |
The code I pointed to sets |
Alright, I wasn't aware that cmake is supposed to import a library's Feel free to close, in any case it might be helpful to anyone seeing the same error |
Hi, really nice library! ☄️
When building the project I got the following error from cmake:
After reading a bit of the cmake code and the python library I realized what was missing is the following line:
It looks like it is either something specific to my environment (MacOS) or something missing from the docs. Also currently the make files triggers a git clone on clean build, it'd be nice if that could be changed as it slows down builds and adds a networking dependency 🙏
The text was updated successfully, but these errors were encountered: