Salome HOME
Update list of known failed tests from testbase
[tools/configuration.git] / config / patches / netgen.003.pthread.v6.patch
1 --- netgen-6.2.2101_orig/CMakeLists.txt 2021-09-21 17:05:13.000000000 +0300
2 +++ netgen-6.2.2101_new/CMakeLists.txt  2021-10-25 16:31:45.656379721 +0300
3 @@ -233,6 +233,11 @@
4  endif(NOT ZLIB_INCLUDE_DIRS)
5  include_directories(${ZLIB_INCLUDE_DIRS})
6  
7 +find_package(Threads REQUIRED)
8 +if(NOT WIN32)
9 +  string(APPEND CMAKE_CXX_STANDARD_LIBRARIES " -dl")
10 +endif()
11 +
12  #######################################################################
13  if (USE_GUI)
14      find_package(TCL 8.5 REQUIRED)