-
Notifications
You must be signed in to change notification settings - Fork 524
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
gemma.cpp$ cmake --build builddir: undefined reference to `testing #501
Labels
type:support
Support issues
Comments
Hi, thanks for reporting. Looks like that target depends on GTest but we didn't add it to the link_libraries. Will fix shortly :) |
copybara-service bot
pushed a commit
that referenced
this issue
Feb 17, 2025
PiperOrigin-RevId: 727882522
copybara-service bot
pushed a commit
that referenced
this issue
Feb 17, 2025
PiperOrigin-RevId: 727882522
copybara-service bot
pushed a commit
that referenced
this issue
Feb 17, 2025
PiperOrigin-RevId: 727882522
copybara-service bot
pushed a commit
that referenced
this issue
Feb 18, 2025
PiperOrigin-RevId: 727882522
copybara-service bot
pushed a commit
that referenced
this issue
Feb 21, 2025
PiperOrigin-RevId: 727882522
copybara-service bot
pushed a commit
that referenced
this issue
Feb 21, 2025
PiperOrigin-RevId: 729494223
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Building phase seems fine :
But the subsequent phase gives "unefined reference to" errors:
OS: Ubuntu 24.04
gcc: 13.3.0
How to make it work?
The text was updated successfully, but these errors were encountered: