Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
MostafaMollaali
dynamic
Commits
06401a46
Commit
06401a46
authored
5 years ago
by
wenqing
Committed by
Dmitri Naumov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cmake] Amending: Compile ChemistryLib only if there are mass transport related processes
parent
5c8c16d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProcessLib/CMakeLists.txt
+7
-1
7 additions, 1 deletion
ProcessLib/CMakeLists.txt
with
7 additions
and
1 deletion
ProcessLib/CMakeLists.txt
+
7
−
1
View file @
06401a46
...
@@ -30,9 +30,15 @@ target_link_libraries(ProcessLib
...
@@ -30,9 +30,15 @@ target_link_libraries(ProcessLib
MeshLib
MeshLib
NumLib
NumLib
logog
logog
ChemistryLib
PRIVATE ParameterLib GitInfoLib
)
PRIVATE ParameterLib GitInfoLib
)
if
(
OGS_BUILD_PROCESS_ComponentTransport
OR OGS_BUILD_PROCESS_RichardsComponentTransport
OR OGS_BUILD_PROCESS_RichardsComponentTransport
OR OGS_BUILD_PROCESS_HeatTransportBHE
)
target_link_libraries
(
ProcessLib PUBLIC ChemistryLib
)
endif
()
if
(
OGS_USE_PYTHON
)
if
(
OGS_USE_PYTHON
)
add_subdirectory
(
BoundaryCondition/Python
)
add_subdirectory
(
BoundaryCondition/Python
)
target_link_libraries
(
ProcessLib PUBLIC ProcessLibBoundaryConditionPython
)
target_link_libraries
(
ProcessLib PUBLIC ProcessLibBoundaryConditionPython
)
...
...
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