fda6a9a47f
devel dependency conditional. - Remove obsolete netcdf-c++ dependency from devel package. OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=200
14 lines
537 B
Diff
14 lines
537 B
Diff
Index: VTK-9.0.0/ThirdParty/libharu/vtklibharu/CMakeLists.txt
|
|
===================================================================
|
|
--- VTK-9.0.0.orig/ThirdParty/libharu/vtklibharu/CMakeLists.txt
|
|
+++ VTK-9.0.0/ThirdParty/libharu/vtklibharu/CMakeLists.txt
|
|
@@ -68,6 +68,8 @@ if(PNG_FOUND)
|
|
find_library(M_LIB m)
|
|
endif ()
|
|
|
|
+link_libraries(m)
|
|
+
|
|
# =======================================================================
|
|
# configure header files, add compiler flags
|
|
# =======================================================================
|