]> git.pld-linux.org Git - packages/vtk.git/blame - vtk-vtknetcdf-lm.patch
- release 4 (by relup.sh)
[packages/vtk.git] / vtk-vtknetcdf-lm.patch
CommitLineData
4b3e1097
JR
1--- VTK/Utilities/vtknetcdf/CMakeLists.txt~ 2012-04-02 18:57:30.000000000 +0200
2+++ VTK/Utilities/vtknetcdf/CMakeLists.txt 2012-11-15 12:48:08.386680992 +0100
3@@ -343,6 +343,7 @@
4 TARGET_LINK_LIBRARIES(vtkNetCDF ${VTK_HDF5_LIBRARIES})
5 endif()
6 ENDIF (NETCDF_ENABLE_NETCDF4)
7+TARGET_LINK_LIBRARIES(vtkNetCDF -lm)
8
9 VTK_ADD_LIBRARY(vtkNetCDF_cxx ${netcdf_cxx_SOURCES})
10 TARGET_LINK_LIBRARIES(vtkNetCDF_cxx vtkNetCDF)
This page took 0.076558 seconds and 4 git commands to generate.