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

CMake: configuration fails for BUILD_SHARED_LIBS=OFF #14930

Closed
sebproell opened this issue Mar 21, 2023 · 0 comments · Fixed by #14932
Closed

CMake: configuration fails for BUILD_SHARED_LIBS=OFF #14930

sebproell opened this issue Mar 21, 2023 · 0 comments · Fixed by #14932

Comments

@sebproell
Copy link
Contributor

When running:

git clone git@github.com:dealii/dealii.git
mkdir build
cd build
cmake -DBUILD_SHARED_LIBS=OFF ../dealii

We get the following error:

-- Configuring done
CMake Error: install(EXPORT "deal.IITargets" ...) includes target "dealii_debug" which requires target "bundled_kokkos_debug" that is not in any export set.
CMake Error: install(EXPORT "deal.IITargets" ...) includes target "dealii_debug" which requires target "bundled_tbb_debug" that is not in any export set.
CMake Error: install(EXPORT "deal.IITargets" ...) includes target "dealii_debug" which requires target "bundled_umfpack_L_UMF_debug" that is not in any export set.
CMake Error: install(EXPORT "deal.IITargets" ...) includes target "dealii_debug" which requires target "bundled_umfpack_Z_UMF_debug" that is not in any export set.

Full output: configure.log ,detailed.log

This worked prior to #14491

fyi @c-p-schmidt

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