Skip to content

Commit

Permalink
commented out more unneeded flag setting in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 27, 2020
1 parent adf6308 commit 843f6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ endif ()
if (NetCDF_C_FOUND)
target_include_directories (pioc
PUBLIC ${NetCDF_C_INCLUDE_DIRS})
target_compile_definitions (pioc
PUBLIC _NETCDF)
# target_compile_definitions (pioc
# PUBLIC _NETCDF)
target_link_libraries (pioc
PUBLIC ${NetCDF_C_LIBRARIES})
# if (${NetCDF_C_HAS_PARALLEL})
Expand Down

0 comments on commit 843f6d9

Please sign in to comment.