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
Merge requests
!134
CMake: Improvements from kitware
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CMake: Improvements from kitware
b383306/libcdi:kitware_cmake_fixes
into
develop
Overview
19
Commits
5
Pipelines
4
Changes
5
1 unresolved thread
Hide all comments
Merged
Mathieu Westphal
requested to merge
b383306/libcdi:kitware_cmake_fixes
into
develop
1 month ago
Overview
19
Commits
5
Pipelines
4
Changes
4
1 unresolved thread
Hide all comments
Expand
Add multiple CMake option to control which parts of CDI should be built
Add installation of the cdilib and associated CMake config file
Fix some issues with linking
Fix some issues in cdi-config.cmake
0
0
Merge request reports
Compare
version 1
version 3
1b339c2d
1 month ago
version 2
f5bbd8eb
1 month ago
version 1
5ef6e757
1 month ago
develop (base)
and
version 2
latest version
9ac79595
5 commits,
1 month ago
version 3
1b339c2d
5 commits,
1 month ago
version 2
f5bbd8eb
5 commits,
1 month ago
version 1
5ef6e757
5 commits,
1 month ago
Show latest version
4 files
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
app/CMakeLists.txt
+
1
−
1
Options
@@ -7,6 +7,6 @@ target_include_directories(cdi PRIVATE
$<INSTALL_INTERFACE:include
)
target_link_libraries
(
cdi PRIVATE cdilib
netCDF::netcdf pthread
)
target_link_libraries
(
cdi PRIVATE cdilib
${
cdi_linked_libs
}
)
target_include_directories
(
cdi PRIVATE
"
${
PROJECT_BINARY_DIR
}
/src/config.h"
)
target_compile_definitions
(
cdi PRIVATE
${
cdi_netcdf_definitions
}
)
Loading