1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-25 14:52:03 +05:00

cmake fix to find OpenCascade

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

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