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

find_package in CMake project targeting installed emscripten build fails #3528

Open
ksmith-dandy opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@ksmith-dandy
Copy link

When attempting to configure my own emscripten project after having installed MeshLib with make install after ./scripts/build_source.sh completed successfully, I run into the following error:

[cmake]   Found package configuration file:
[cmake] 
[cmake]     /src/WASM/etc/lib/cmake/MeshLib/meshlib-config.cmake
[cmake] 
[cmake]   but it set MeshLib_FOUND to FALSE so package "MeshLib" is considered to be
[cmake]   NOT FOUND.  Reason given by package:
[cmake] 
[cmake]   The following imported targets are referenced, but are missing:
[cmake]   MeshLib::MRIOExtras
@oitel oitel self-assigned this Oct 23, 2024
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

2 participants