]> git.pld-linux.org Git - packages/vtk.git/blob - vtk-vtkNetCDF_cxx-soname.patch
812020fe0bdd63f206e4325a4b4e52668d4b7164
[packages/vtk.git] / vtk-vtkNetCDF_cxx-soname.patch
1 diff -up VTK/Utilities/vtknetcdf/CMakeLists.txt.soname VTK/Utilities/vtknetcdf/CMakeLists.txt
2 --- VTK/Utilities/vtknetcdf/CMakeLists.txt.soname       2012-05-12 05:59:27.000000000 -0600
3 +++ VTK/Utilities/vtknetcdf/CMakeLists.txt      2012-05-24 11:49:32.069811561 -0600
4 @@ -350,6 +350,7 @@ TARGET_LINK_LIBRARIES(vtkNetCDF_cxx vtkN
5  # Apply user-defined properties to the library target.
6  IF(VTK_LIBRARY_PROPERTIES)
7    SET_TARGET_PROPERTIES(vtkNetCDF PROPERTIES ${VTK_LIBRARY_PROPERTIES})
8 +  SET_TARGET_PROPERTIES(vtkNetCDF_cxx PROPERTIES ${VTK_LIBRARY_PROPERTIES})
9  ENDIF(VTK_LIBRARY_PROPERTIES)
10  
11  #-----------------------------------------------------------------------------
This page took 0.037005 seconds and 2 git commands to generate.