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
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
Yuhao Liu
ogs
Commits
8ce92b13
Verified
Commit
8ce92b13
authored
4 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] Cleanup, removed generate_export_header() calls.
Are already called in `ogs_add_library()`.
parent
b5837315
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChemistryLib/CMakeLists.txt
+0
-3
0 additions, 3 deletions
ChemistryLib/CMakeLists.txt
MaterialLib/CMakeLists.txt
+0
-3
0 additions, 3 deletions
MaterialLib/CMakeLists.txt
ParameterLib/CMakeLists.txt
+0
-4
0 additions, 4 deletions
ParameterLib/CMakeLists.txt
with
0 additions
and
10 deletions
ChemistryLib/CMakeLists.txt
+
0
−
3
View file @
8ce92b13
...
...
@@ -7,9 +7,6 @@ append_source_files(SOURCES Common)
# Create the library
ogs_add_library
(
ChemistryLib
${
SOURCES
}
)
include
(
GenerateExportHeader
)
generate_export_header
(
ChemistryLib
)
target_link_libraries
(
ChemistryLib PUBLIC iphreeqc PRIVATE NumLib spdlog::spdlog
)
# See https://github.com/ufz/ogs/pull/2982#issuecomment-641086788
...
...
This diff is collapsed.
Click to expand it.
MaterialLib/CMakeLists.txt
+
0
−
3
View file @
8ce92b13
...
...
@@ -37,9 +37,6 @@ endif()
ogs_add_library
(
MaterialLib
${
SOURCES
}
)
include
(
GenerateExportHeader
)
generate_export_header
(
MaterialLib
)
target_include_directories
(
MaterialLib PUBLIC
${
CMAKE_CURRENT_BINARY_DIR
}
)
if
(
OGS_USE_MFRONT
)
target_compile_definitions
(
MaterialLib PUBLIC OGS_USE_MFRONT
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
ParameterLib/CMakeLists.txt
+
0
−
4
View file @
8ce92b13
get_source_files
(
SOURCES
)
ogs_add_library
(
ParameterLib
${
SOURCES
}
)
include
(
GenerateExportHeader
)
generate_export_header
(
ParameterLib
)
target_include_directories
(
ParameterLib PUBLIC
${
CMAKE_CURRENT_BINARY_DIR
}
)
target_link_libraries
(
ParameterLib
PUBLIC MathLib
PRIVATE BaseLib exprtk MeshLib spdlog::spdlog
...
...
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