Salome HOME
bos #30358 COTECH Action 141.1: remove config subfolder
[tools/configuration.git] / config / patches / netgen.003.pthread.v6.patch
diff --git a/config/patches/netgen.003.pthread.v6.patch b/config/patches/netgen.003.pthread.v6.patch
deleted file mode 100644 (file)
index e6ad4bd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- netgen-6.2.2101_orig/CMakeLists.txt        2021-09-21 17:05:13.000000000 +0300
-+++ netgen-6.2.2101_new/CMakeLists.txt 2021-10-25 16:31:45.656379721 +0300
-@@ -233,6 +233,11 @@
- endif(NOT ZLIB_INCLUDE_DIRS)
- include_directories(${ZLIB_INCLUDE_DIRS})
-+find_package(Threads REQUIRED)
-+if(NOT WIN32)
-+  string(APPEND CMAKE_CXX_STANDARD_LIBRARIES " -dl")
-+endif()
-+
- #######################################################################
- if (USE_GUI)
-     find_package(TCL 8.5 REQUIRED)