Skip to content
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

Target vocoder links to target "Eigen3::Eigen" but the target was not found. #12

Open
li-xx-5 opened this issue Jul 24, 2019 · 3 comments

Comments

@li-xx-5
Copy link

li-xx-5 commented Jul 24, 2019

hello,everyone.i met this erro. Target"Vocoder"links to target "Eigen3::Eigen" but the target was not
found.Perhaps a find_packages() call is missing for an IMPORTED target, or an ALIAS target is missing? How can i solve this,thank you

@Maxxiey
Copy link

Maxxiey commented Aug 8, 2019

@doctor-xiang , hi, i got the same question, any solution you can share? thank you.

@li-xx-5
Copy link
Author

li-xx-5 commented Aug 8, 2019

@Maxxiey , when i export to CPU, i met this erro.

@SMiPtitz
Copy link

Hello, everyone!
I find solution for this problem for Ubuntu16
It seems target_link_libraries(vocoder wavernn Eigen3::Eigen) in CMakeLists.txt don't work in my version of eigen. I removed this line and use

add_definitions ( ${EIGEN3_DEFINITIONS} )
include_directories ( ${EIGEN3_INCLUDE_DIRS} )

This source helps me https://stackoverflow.com/questions/53991812/cmake-find-package-not-working-for-eigen

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

No branches or pull requests

3 participants