Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 30, 2024
1 parent 767518d commit 81636ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_executable(cnvgrib cnv12.F90 cnv22.F90 gds2gdt.F90 makepdsens.F90
pds2pdtens.F90 putgbexn.F90 cnv21.F90 cnvgrib.F90 gdt2gds.F90
makepds.F90 pds2pdt.F90 setbit.F90)
target_include_directories(cnvgrib PRIVATE ${CMAKE_BINARY_DIR}/src)
target_link_libraries(cnvgrib PRIVATE
target_link_libraries(cnvgrib PRIVATE g2::g2_4
bacio::bacio w3emc::w3emc_4 ${JASPER_LIBRARIES} PNG::PNG
${ZLIB_LIBRARY})

Expand Down

0 comments on commit 81636ee

Please sign in to comment.