Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 31, 2024
1 parent 7638b65 commit 68b5c3b
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 @@ -24,7 +24,7 @@ if(OpenMP_Fortran_FOUND)
endif()

add_executable(copygb2 copygb2.F90)
target_link_libraries(cnvgrib PUBLIC ${PROJECT_NAME}_d)
target_link_libraries(copygb2 PUBLIC ${PROJECT_NAME}_d)
target_link_libraries(copygb2 PRIVATE PNG::PNG ${JASPER_LIBRARIES}
bacio::bacio w3emc::w3emc_d ip::ip_d)
if(ip_VERSION LESS 5.0)
Expand Down

0 comments on commit 68b5c3b

Please sign in to comment.