diff --git a/cmake_modules/FindOpenCasCade.cmake b/cmake_modules/FindOpenCasCade.cmake index da527e2a..a981af7b 100644 --- a/cmake_modules/FindOpenCasCade.cmake +++ b/cmake_modules/FindOpenCasCade.cmake @@ -13,6 +13,8 @@ else(WIN32) find_path(OCC_INCLUDE_DIR Standard_Version.hxx /usr/include/opencascade /usr/local/include/opencascade + /usr/include/oce + /usr/local/include/oce /opt/opencascade/include /opt/opencascade/inc )