From 68b5c3b7cea683f903c55b6d901766af7453f103 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Thu, 30 May 2024 18:27:29 -0600 Subject: [PATCH] typo --- utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 043c7ed1..ceecc440 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -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)