-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove upp lib dependency on ip, sp and w3nco (#269)
* upp library does not depend on ip, sp and w3nco * Remove find_dependency for ip, sp and w3nco in cmake/PackageConfig.cmake.in
- Loading branch information
1 parent
1d3d6ff
commit 659f401
Showing
3 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,27 +11,26 @@ include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | |
include(CMakeFindDependencyMacro) | ||
|
||
find_dependency(MPI) | ||
find_dependency(NetCDF COMPONENTS Fortran) | ||
|
||
# ON/OFF implies @PROJECT_NAME@ was compiled with/without OpenMP | ||
if(@OPENMP@) | ||
find_dependency(OpenMP COMPONENTS Fortran) | ||
endif() | ||
|
||
find_dependency(NetCDF COMPONENTS Fortran) | ||
|
||
find_dependency(w3nco CONFIG) | ||
find_dependency(g2 CONFIG) | ||
find_dependency(g2tmpl CONFIG) | ||
find_dependency(bacio CONFIG) | ||
find_dependency(ip CONFIG) | ||
find_dependency(sp CONFIG) | ||
find_dependency(crtm CONFIG) | ||
find_dependency(g2 CONFIG) | ||
find_dependency(g2tmpl CONFIG) | ||
|
||
# nceppost library does not depend on these, the executable does. | ||
#find_dependency(sigio CONFIG) | ||
#find_dependency(sfcio CONFIG) | ||
#find_dependency(nemsio CONFIG) | ||
#find_dependency(gfsio CONFIG) | ||
#find_dependency(ip CONFIG) | ||
#find_dependency(nemsio CONFIG) | ||
#find_dependency(sfcio CONFIG) | ||
#find_dependency(sigio CONFIG) | ||
#find_dependency(sp CONFIG) | ||
#find_dependency(w3nco CONFIG) | ||
|
||
# Get the build type from library target | ||
get_target_property(@PROJECT_NAME@_BUILD_TYPES @PROJECT_NAME@::@PROJECT_NAME@ IMPORTED_CONFIGURATIONS) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters