Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amdis
amdis-core
Commits
7b01bd69
Commit
7b01bd69
authored
1 year ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
Do not activate aöö packages by default in the Eigen backend
parent
d0a5e532
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-1
5 additions, 1 deletion
CMakeLists.txt
with
5 additions
and
1 deletion
CMakeLists.txt
+
5
−
1
View file @
7b01bd69
...
...
@@ -23,7 +23,6 @@ add_subdirectory("libs")
dune_add_library
(
amdis
LINK_LIBRARIES
${
DUNE_LIBS
}
fmt::fmt
EXPORT_NAME AMDiS NAMESPACE AMDiS::
)
add_dune_all_flags
(
amdis
)
add_subdirectory
(
"amdis"
)
add_subdirectory
(
"bin"
)
...
...
@@ -48,6 +47,11 @@ if (PETSc_FOUND)
target_link_libraries
(
amdis PUBLIC PETSc::PETSc
)
endif
(
PETSc_FOUND
)
if
(
NOT EIGEN3_FOUND
)
# do not activate all packages by default in the Eigen backend
add_dune_all_flags
(
amdis
)
endif
()
if
(
ENABLE_ALL_WARNINGS
)
target_compile_options
(
amdis PUBLIC
"-Wall"
"-Wpedantic"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment