Skip to content

Commit

Permalink
Remove pnetcdf cppdef
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Sep 28, 2023
1 parent 89f28a0 commit 1de6606
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/cmake/modules/FindNETCDF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,3 @@ set (netcdf_f_incdir ${netcdf_f_incdir})
add_library(netcdf INTERFACE)
target_link_libraries(netcdf INTERFACE ${pnetcdf_lib};${netcdf_c_lib};${netcdf_f_lib})
target_include_directories(netcdf INTERFACE ${pnetcdf_incdir};${netcdf_c_incdir};${netcdf_f_incdir})
if (pnetcdf_lib)
target_compile_definitions(netcdf INTERFACE "-D_PNETCDF")
endif()

0 comments on commit 1de6606

Please sign in to comment.