Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,11 @@ list(APPEND EXE_SRC
GETNEMSNDSCATTER.f
GFSPOSTSIG.F
INITPOST.F
INITPOST_GFS_NEMS.f
INITPOST_GFS_NEMS_MPIIO.f
INITPOST_GFS_NETCDF.f
INITPOST_GFS_NETCDF_PARA.f
INITPOST_NEMS.f
INITPOST_NEMS_MPIIO.f
INITPOST_NETCDF.f
INITPOST_NMM.f
WRFPOST.f
getIVariableN.f
getVariable.f
Expand Down Expand Up @@ -224,8 +221,8 @@ if(BUILD_POSTEXEC)
add_executable(${EXENAME} ${EXE_SRC})
target_link_libraries(${EXENAME} PRIVATE
${LIBNAME}
w3nco::w3nco_4
nemsio::nemsio
w3nco::w3nco_4
sp::sp_4
sfcio::sfcio
sigio::sigio)
Expand Down
Loading