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
Opening this to ensure visibility.
See #188 (comment) for my dive into this so far.
I can "fix" this for our use case by just removing the offending definition in libfaad/common.h, but that seems ill-advised.
The text was updated successfully, but these errors were encountered:
I guess I need to add something like this right before the check_symbol_exists() command:
check_symbol_exists()
include(CheckLibraryExists) check_library_exists(m lrintf "" HAVE_LIBM) if(HAVE_LIBM) list(APPEND CMAKE_REQUIRED_LIBRARIES m) endif()
Sorry, something went wrong.
047fd22
No branches or pull requests
Opening this to ensure visibility.
See #188 (comment) for my dive into this so far.
I can "fix" this for our use case by just removing the offending definition in libfaad/common.h, but that seems ill-advised.
The text was updated successfully, but these errors were encountered: