-
Notifications
You must be signed in to change notification settings - Fork 23
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
cmake not finding libacars-2 #44
Comments
@TanerH Want to put this in a PR? |
@TanerH Ping... if you end up having a moment... or not if you don't think it's useful anymore :) |
The change suggested by @TanerH fixed the issue with cmake not finding the libacars library, but I got compile errors when the script was compiling outacars. It couldn't find the header files for the library. There might be a better way to do this, but this worked for me. |
The CMakeLists.txt is only looking for libacars, and not libacars-2 (which is the latest from https://github.com/szpajder/libacars )
This diff will check for acars-2, first, and then acars, before giving up on that library.
(Forgive the indenting, please adjust as you'd like)
The text was updated successfully, but these errors were encountered: