Salome HOME
Fix openturns build - avoid native swig (UB16) and avoid native nlopt (native UB20...
[tools/sat_salome.git] / products / patches / openturns_nlopt.patch
1 --- new_openturns/CMakeLists.txt        2021-04-08 17:38:10.804000000 +0200
2 +++ openturns/CMakeLists.txt    2021-04-08 18:08:15.428000000 +0200
3 @@ -268,7 +268,7 @@
4  endif ()
5  
6  if (USE_NLOPT)
7 -#  find_package (NLopt CONFIG QUIET)
8 +  find_package (NLopt CONFIG QUIET)
9    if (NLopt_FOUND)
10      message(STATUS "Found NLopt: ${NLopt_DIR}")
11    else ()