Atri Bhattacharya
fde30daad8
- fix the missing soname for libVTKnetcdf_cxx OBS-URL: https://build.opensuse.org/request/show/71822 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=23
11 lines
518 B
Diff
11 lines
518 B
Diff
--- VTK/Utilities/vtknetcdf/CMakeLists.txt.old 2011-05-27 18:33:10.035001264 +0100
|
|
+++ VTK/Utilities/vtknetcdf/CMakeLists.txt 2011-05-27 18:34:16.298001142 +0100
|
|
@@ -298,6 +298,7 @@ ADD_DEFINITIONS("-DNC_DLL_EXPORT")
|
|
# Apply user-defined properties to the library target.
|
|
IF(VTK_LIBRARY_PROPERTIES)
|
|
SET_TARGET_PROPERTIES(vtkNetCDF PROPERTIES ${VTK_LIBRARY_PROPERTIES})
|
|
+ SET_TARGET_PROPERTIES(vtkNetCDF_cxx PROPERTIES ${VTK_LIBRARY_PROPERTIES})
|
|
ENDIF(VTK_LIBRARY_PROPERTIES)
|
|
|
|
IF(NOT VTK_INSTALL_NO_LIBRARIES)
|