Skip to content

Cmake Error at CMakeLists.txt #72

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

Closed
GeneMosher opened this issue Nov 14, 2018 · 0 comments · Fixed by #73
Closed

Cmake Error at CMakeLists.txt #72

GeneMosher opened this issue Nov 14, 2018 · 0 comments · Fixed by #73

Comments

@GeneMosher
Copy link
Member

GeneMosher commented Nov 14, 2018

from the build directory, when issuing the cmake .. command
Cmake Error at CMakeLists.txt:181 (add executable)
Target "vt_main" links to target "Freetype::Freetype" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS is missing?

Cmake Error at CMakeLists.txt:216 (add executable)
Target "vt_main" links to target "Freetype::Freetype" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS is missing?

when issuing the make command
Linking CXX executable vt_main
/usr/bin/ld: cannot find -lFreetype::Freetype

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant