-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
@SeanBryan51 has added exports to the ParallelIO cmake, see NCAR/ParallelIO#2012. This should be in the next release (e.g. >2.6.6 )
So, in the access3 packages (share, mom6, cice, ww3) we should be able to remove FindPIO.cmake files.
In addition, we may be able to remove the FindNetCDF.cmake files and use pkgconf, e.g.:
something like this:
if (NOT NetCDF_Fortran_FOUND)
include(FindPkgConfig)
pkg_check_modules(NetCDF_Fortran REQUIRED IMPORTED_TARGET "netcdf-fortran")
endif()
SeanBryan51
Metadata
Metadata
Assignees
Labels
No labels