Skip to content

Commit

Permalink
starting to add ncint code to cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 10, 2020
1 parent a28ec8c commit b38aaef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ if (PIO_ENABLE_FORTRAN)
set(FCFLAGS ${FCFLAGS} PARENT_SCOPE)
set(FPPFLAGS ${FPPFLAGS} PARENT_SCOPE)
endif ()

# Build the netCDF integration layer if desired.
if (PIO_ENABLE_NETCDF_INTEGRATION)
add_subdirectory (ncint)
endif ()

1 change: 1 addition & 0 deletions src/ncint/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake_minimum_required (VERSION 2.8.12)

0 comments on commit b38aaef

Please sign in to comment.