Skip to content

Commit

Permalink
remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 19, 2020
1 parent 57f939f commit 8b97bd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ if (PIO_ENABLE_TIMING)
endif ()

#===== NetCDF-C =====

message("NetCDF_C_FOUND has value ${NetCDF_C_FOUND}")
if (NetCDF_C_FOUND)
target_include_directories (pioc
PUBLIC ${NetCDF_C_INCLUDE_DIRS})
Expand Down
1 change: 0 additions & 1 deletion src/flib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ if (PIO_ENABLE_TIMING)
endif ()

#===== NetCDF-Fortran =====
message("NetCDF_Fortran_FOUND is ${NetCDF_Fortran_FOUND}")
if (NetCDF_Fortran_FOUND)
target_include_directories (piof
PUBLIC ${NetCDF_Fortran_INCLUDE_DIRS})
Expand Down

0 comments on commit 8b97bd5

Please sign in to comment.