Skip to content

Commit

Permalink
Merge pull request #19 from matthew-huff/osx_netcdfUpdate
Browse files Browse the repository at this point in the history
Updated CMakeLists.txt to include updated netcdf version 4.7.4 instea…
  • Loading branch information
jllodra authored Nov 23, 2021
2 parents 868d647 + 45ddd24 commit 41d2207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ include_directories(src)
FILE(GLOB Ncdump-json-src "src/*.c")

if(APPLE)
include_directories(/usr/local/Cellar/netcdf/4.6.3_1/include)
FILE(GLOB Netcdf_LIBRARIES "/usr/local/Cellar/netcdf/4.6.3_1/lib/*.dylib")
include_directories(/usr/local/Cellar/netcdf/4.7.4/include)
FILE(GLOB Netcdf_LIBRARIES "/usr/local/Cellar/netcdf/4.7.4/lib/*.dylib")
endif()

#add_executable(ncdump-json src/ncdump.c src/vardata.c src/dumplib.c src/indent.c src/nctime.c src/nciter.c)
Expand Down

0 comments on commit 41d2207

Please sign in to comment.