Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
mpim-sw
libcdi
Commits
a2b9694a
Commit
a2b9694a
authored
2 months ago
by
Oliver Heidmann
Browse files
Options
Downloads
Patches
Plain Diff
fixed attempt to link not found libraries (netcdf)
parent
d8966e85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!114
M300433/cmake cleanup 1
Pipeline
#94323
passed
2 months ago
Stage: basic
Stage: levante
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/CMakeLists.txt
with
1 addition
and
1 deletion
src/CMakeLists.txt
+
1
−
1
View file @
a2b9694a
...
...
@@ -198,7 +198,7 @@ add_library(cdilib
# INSTALL_HEADERS_LIST cdi.h
)
if
(
${
eccodes_FOUND
}
)
target_link_libraries
(
cdilib eccodes
)
target_link_libraries
(
cdilib eccodes
${
netcdf_LIBS
}
)
endif
()
target_compile_definitions
(
cdilib PRIVATE CDI=1
)
target_compile_definitions
(
cdilib PRIVATE PACKAGE_NAME=
"cdilib"
)
...
...
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