Skip to content

Commit

Permalink
Merge branch 'develop' into pdt_49_wne
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA authored Oct 18, 2024
2 parents 437e9f6 + 47af6ac commit 65190ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgrib2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ target_link_libraries(obj_lib PUBLIC gctpc -lm)
target_link_libraries(wgrib2_exe PRIVATE gctpc)

if(USE_AEC)
target_link_libraries(wgrib2_exe PRIVATE aec)
target_link_libraries(wgrib2_exe PRIVATE ${LIBAEC_LIBRARIES})
endif()

if(USE_JASPER)
Expand Down

0 comments on commit 65190ef

Please sign in to comment.