-
Notifications
You must be signed in to change notification settings - Fork 161
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 13.5 cmake error #57
Comments
Hi! Thanks for your report. Would you be able to provide more context? Is this the full output related to the error? |
My computer environment is as follows: When I run this command (cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ && make -j5) will report the error. The error context is as fellow: 1 warning generated. |
ld: unknown option: -rpath=$ORIGIN
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/manalyze] Error 1
make[1]: *** [CMakeFiles/manalyze.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: