Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 19, 2020
1 parent 15527bf commit 78dd092
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cmake_ncint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: cmake_ncint
# This is the GitHub workflow file to build and test the PIO library with CMake, and netCDF integration.

# Ed Hartnett 8/19/20

name: cmake_ncint

on:
push:
Expand Down
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,3 @@ if (PIO_ENABLE_FORTRAN)
set(FCFLAGS ${FCFLAGS} PARENT_SCOPE)
set(FPPFLAGS ${FPPFLAGS} PARENT_SCOPE)
endif ()


6 changes: 6 additions & 0 deletions tests/ncint/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This is part of the PIO library.
#
# This is the cmake file to build the test directory for netCDF integration.
#
# Ed Hartnett 8/19/20

include (LibMPI)

include_directories("${CMAKE_SOURCE_DIR}/tests/ncint")
Expand Down

0 comments on commit 78dd092

Please sign in to comment.