Skip to content

Commit

Permalink
more paths to update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jul 8, 2024
1 parent bfd34d5 commit b061515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ target_compile_definitions(obj_lib PUBLIC ${definitions_list})
# Write wgrib2_meta.h. This is installed and contains pre-processor
# defines for other packages using wgrib2.
configure_file (
"${PROJECT_SOURCE_DIR}/wgrib2/wgrib2_meta.h.in"
"${PROJECT_BINARY_DIR}/wgrib2/wgrib2_meta.h"
"${PROJECT_SOURCE_DIR}/src/wgrib2_meta.h.in"
"${PROJECT_BINARY_DIR}/src/wgrib2_meta.h"
)

if(BUILD_LIB)
Expand Down

0 comments on commit b061515

Please sign in to comment.