Extend search paths to find OCC headers with cmake

This commit is contained in:
wmayer
2013-02-14 17:41:08 +01:00
parent 3f11c1fd82
commit c763cb820b

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