cmake fix to find OpenCascade

This commit is contained in:
Matthias Hochsteger 2016-04-05 16:06:17 +02:00
parent 16c6ae5865
commit 347cee3de7

View File

@ -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
)