Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
44737794
Commit
44737794
authored
Aug 07, 2019
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CMake option for experimental DG features
parent
fd1ea68e
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dune/dorie/CMakeLists.txt
dune/dorie/CMakeLists.txt
+5
-5
No files found.
dune/dorie/CMakeLists.txt
View file @
44737794
...
@@ -4,6 +4,11 @@ if(dune-testtools_FOUND)
...
@@ -4,6 +4,11 @@ if(dune-testtools_FOUND)
add_subdirectory
(
"test"
)
add_subdirectory
(
"test"
)
endif
()
endif
()
# enable setting operator scheme from config file
if
(
EXPERIMENTAL_DG_FEATURES
)
target_compile_definitions
(
dorie-richards PUBLIC -DEXPERIMENTAL_DG_FEATURES
)
endif
()
add_executable
(
richards richards.cc
)
add_executable
(
richards richards.cc
)
dune_target_link_libraries
(
richards
${
DUNE_LIBS
}
)
dune_target_link_libraries
(
richards
${
DUNE_LIBS
}
)
target_link_libraries
(
richards
target_link_libraries
(
richards
...
@@ -15,8 +20,3 @@ target_link_libraries(transport
...
@@ -15,8 +20,3 @@ target_link_libraries(transport
dorie-richards dorie-transport spdlog muparser::muparser hdf5 yaml-cpp
)
dorie-richards dorie-transport spdlog muparser::muparser hdf5 yaml-cpp
)
add_custom_target
(
"dorie"
DEPENDS richards transport
)
add_custom_target
(
"dorie"
DEPENDS richards transport
)
# enable setting operator scheme from config file
if
(
EXPERIMENTAL_DG_FEATURES
)
target_compile_definitions
(
"dorie"
PUBLIC -DEXPERIMENTAL_DG_FEATURES
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment