Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
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
Service Desk
Analyze
Contributor analytics
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
Noor Hasan
ogs
Commits
ea93ab7a
Commit
ea93ab7a
authored
5 months ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Build static MaterialLib.
parent
ea6fdbda
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
MaterialLib/CMakeLists.txt
+6
-1
6 additions, 1 deletion
MaterialLib/CMakeLists.txt
with
6 additions
and
1 deletion
MaterialLib/CMakeLists.txt
+
6
−
1
View file @
ea93ab7a
...
...
@@ -32,8 +32,13 @@ append_source_files(SOURCES PorousMedium/UnsaturatedProperty/CapillaryPressure)
append_source_files
(
SOURCES PorousMedium/UnsaturatedProperty/RelativePermeability
)
if
(
CONDA_BUILD
)
set
(
_static_on_conda STATIC
)
endif
()
ogs_add_library
(
MaterialLib GENERATE_EXPORT_HEADER
${
SOURCES
}
)
ogs_add_library
(
MaterialLib GENERATE_EXPORT_HEADER
${
_static_on_conda
}
${
SOURCES
}
)
target_link_libraries
(
MaterialLib PUBLIC BaseLib Eigen3::Eigen MaterialLib_SolidModels
...
...
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