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

Fix compilation with Trilinos 14 and newer #568

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

ealbiter
Copy link
Contributor

@ealbiter ealbiter commented Sep 10, 2024

Due to changes in Trilinos 14 (and newer), the configuration fails with these errors:

CMake Error at fem/src/CMakeLists.txt:89 (INCLUDE_DIRECTORIES):
  INCLUDE_DIRECTORIES given empty-string as include directory.
CMake Error at fem/src/CMakeLists.txt:90 (INCLUDE_DIRECTORIES):
  INCLUDE_DIRECTORIES given empty-string as include directory.

The proposed change fixes the problem and should be compatible backward (tested with Trilinos 15.1.1). This PR should close issue #453

@raback raback merged commit 130758c into ElmerCSC:devel Sep 11, 2024
10 checks passed
@ealbiter ealbiter deleted the trilinos branch September 16, 2024 21:32
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 this pull request may close these issues.

2 participants