Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#275 from AlysonStahl-NOAA/as_aec
Browse files Browse the repository at this point in the history
updating link to aec library
  • Loading branch information
AlysonStahl-NOAA authored Oct 18, 2024
2 parents 954dc20 + b7d3563 commit 47af6ac
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 47af6ac

Please sign in to comment.