2022-12-01 18:11:19 +01:00
|
|
|
Index: ParaView-v5.11.0/VTK/ThirdParty/libharu/vtklibharu/CMakeLists.txt
|
2020-02-11 01:33:43 +01:00
|
|
|
===================================================================
|
2022-12-01 18:11:19 +01:00
|
|
|
--- ParaView-v5.11.0.orig/VTK/ThirdParty/libharu/vtklibharu/CMakeLists.txt
|
|
|
|
+++ ParaView-v5.11.0/VTK/ThirdParty/libharu/vtklibharu/CMakeLists.txt
|
|
|
|
@@ -68,6 +68,8 @@ find_package(PNG)
|
|
|
|
find_library(M_LIB m)
|
2018-08-17 13:12:42 +02:00
|
|
|
endif ()
|
|
|
|
|
2020-02-11 01:33:43 +01:00
|
|
|
+link_libraries(m dl pthread)
|
2018-08-17 13:12:42 +02:00
|
|
|
+
|
|
|
|
# =======================================================================
|
|
|
|
# configure header files, add compiler flags
|
|
|
|
# =======================================================================
|