Skip to content

Commit

Permalink
taking away flag from CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 26, 2020
1 parent 54ee841 commit d37b976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ if (NetCDF_C_FOUND)
PUBLIC _NETCDF)
target_link_libraries (pioc
PUBLIC ${NetCDF_C_LIBRARIES})
if (${NetCDF_C_HAS_PARALLEL})
target_compile_definitions (pioc
PUBLIC _NETCDF4)
endif ()
# if (${NetCDF_C_HAS_PARALLEL})
# target_compile_definitions (pioc
# PUBLIC _NETCDF4)
# endif ()
if (${NetCDF_C_LOGGING_ENABLED})
target_compile_definitions (pioc
PUBLIC NETCDF_C_LOGGING_ENABLED)
Expand Down

0 comments on commit d37b976

Please sign in to comment.