]> git.pld-linux.org Git - packages/ParaView.git/blame - ParaView-vtknetcdf-lm.patch
- release 3 (by relup.sh)
[packages/ParaView.git] / ParaView-vtknetcdf-lm.patch
CommitLineData
bc893f08
JR
1--- ParaView-3.14.1-Source/VTK/Utilities/vtknetcdf/CMakeLists.txt~ 2012-04-02 18:57:30.000000000 +0200
2+++ ParaView-3.14.1-Source/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.059018 seconds and 4 git commands to generate.