source: LMDZ6/trunk/tools/netcdf95/NetCDF95Config.cmake.in @ 4918

Last change on this file since 4918 was 4918, checked in by Laurent Fairhead, 4 weeks ago

Reintegrated NetCDF95 in LMDZ so that it is compiled and made available by the makelmdz_fcm script.
The makelmdz_fcm creates the libnetcdf95 library and copies it in the tools/netcdf/lib directory, copying
the mod files in the tools/netcdf/include library.

File size: 155 bytes
Line 
1include(CMakeFindDependencyMacro)
2find_dependency(NetCDF_Fortran)
3find_dependency(netCDF)
4include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
Note: See TracBrowser for help on using the repository browser.