diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index b22d86c67c..872137da2b 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -270,6 +270,9 @@ ENDIF() SET(OPENCASCADE_LIBRARY_NAMES TKernel TKMath TKBRep TKGeomBase TKGeomAlgo TKG3d TKG2d TKShHealing TKTopAlgo TKMesh TKPrim TKBool TKBO TKFillet TKSTEP TKSTEPBase TKSTEPAttr TKXSBase TKSTEP209 TKIGES TKOffset TKHLR + + # @todo investigate the exact conditions when this is necessary + TKBin ) IF("${OCC_LIBRARY_DIR}" STREQUAL "")