Skip to content
Snippets Groups Projects
Commit 671af4c9 authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Merge pull request #13888 from mantidproject/FixFindOpencascade

Fix variable OPENCASCADE_LIBRARY_DIR on OS X.
parents ee571425 7615b30c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ if ( WIN32 )
add_definitions ( -DWNT )
endif ( WIN32 )
find_path ( OPENCASCADE_LIBRARY_DIR libTKernel.so PATHS
find_path ( OPENCASCADE_LIBRARY_DIR NAMES libTKernel.so libTKernel.dylib PATHS
/usr/local/lib
/opt/OpenCASCADE/lib64
$ENV{CASROOT}/lib64
/opt/OpenCASCADE/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment