ufs-community / UFS_UTILS

Utilities for the NCEP models.
Other
21 stars 104 forks source link

release/public-v1: chgres_cube.fd: remove duplicate target_include_directories #58

Closed DusanJovic-NOAA closed 4 years ago

DusanJovic-NOAA commented 4 years ago
 ${NETCDF_INCLUDES}                                                             
 ${MPI_Fortran_INCLUDE_PATH}                                                    
 ${NETCDF_INCLUDES_F90}

are specified twice as include directories:

Here: https://github.com/NOAA-EMC/UFS_UTILS/blob/8934efa6474d95ff0dbf5764f26d3389d85e7bf5/sorc/chgres_cube.fd/CMakeLists.txt#L20 and here https://github.com/NOAA-EMC/UFS_UTILS/blob/8934efa6474d95ff0dbf5764f26d3389d85e7bf5/sorc/chgres_cube.fd/CMakeLists.txt#L33

I think these two target_include_directories can be merged.

DusanJovic-NOAA commented 4 years ago

Fixed in https://github.com/NOAA-EMC/UFS_UTILS/commit/ac8bfd7a2492894b06b2222a33728bdc451f08f9