diff options
Diffstat (limited to 'math/deal.ii/files/patch-cmake_modules_FindDEAL__II__OPENCASCADE.cmake')
-rw-r--r-- | math/deal.ii/files/patch-cmake_modules_FindDEAL__II__OPENCASCADE.cmake | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/math/deal.ii/files/patch-cmake_modules_FindDEAL__II__OPENCASCADE.cmake b/math/deal.ii/files/patch-cmake_modules_FindDEAL__II__OPENCASCADE.cmake deleted file mode 100644 index e723a7b09742..000000000000 --- a/math/deal.ii/files/patch-cmake_modules_FindDEAL__II__OPENCASCADE.cmake +++ /dev/null @@ -1,27 +0,0 @@ ---- cmake/modules/FindDEAL_II_OPENCASCADE.cmake.orig 2024-02-01 02:26:09 UTC -+++ cmake/modules/FindDEAL_II_OPENCASCADE.cmake -@@ -67,11 +67,19 @@ endif() - endif() - - # These seem to be pretty much the only required ones. --set(_opencascade_libraries -- TKBO TKBool TKBRep TKernel TKFeat TKFillet TKG2d TKG3d TKGeomAlgo -- TKGeomBase TKHLR TKIGES TKMath TKMesh TKOffset TKPrim TKShHealing TKSTEP -- TKSTEPAttr TKSTEPBase TKSTEP209 TKSTL TKTopAlgo TKXSBase -- ) -+if(OPENCASCADE_VERSION AND OPENCASCADE_VERSION VERSION_GREATER_EQUAL "7.8.0") -+ set(_opencascade_libraries -+ TKBO TKBool TKBRep TKernel TKFeat TKFillet TKG2d TKG3d TKGeomAlgo -+ TKGeomBase TKHLR TKDEIGES TKMath TKMesh TKOffset TKPrim TKShHealing TKDESTEP -+ TKDESTL TKTopAlgo TKXSBase -+ ) -+ else() -+ set(_opencascade_libraries -+ TKBO TKBool TKBRep TKernel TKFeat TKFillet TKG2d TKG3d TKGeomAlgo -+ TKGeomBase TKHLR TKIGES TKMath TKMesh TKOffset TKPrim TKShHealing TKSTEP -+ TKSTEPAttr TKSTEPBase TKSTEP209 TKSTL TKTopAlgo TKXSBase -+ ) -+endif() - - set(_libraries "") - foreach(_library ${_opencascade_libraries}) |