Extend search paths to find OCC headers with cmake

This commit is contained in:
wmayer 2013-02-14 17:41:08 +01:00
parent 8160c8280f
commit ccdbd4e65e

View File

@ -14,6 +14,8 @@ IF (WIN32)
FIND_PATH(OCC_INCLUDE_DIR Standard_Version.hxx
/usr/include/opencascade
/usr/local/include/opencascade
/opt/opencascade/include
/opt/opencascade/inc
)
FIND_LIBRARY(OCC_LIBRARY TKernel