Skip to content
Snippets Groups Projects
Commit 4f887704 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

find occ 6.5 libs with msvc

parent e97dbb62
No related branches found
No related tags found
No related merge requests found
......@@ -682,7 +682,7 @@ if(ENABLE_OCC)
set(OCC_LIBS)
foreach(OCC ${OCC_LIBS_REQUIRED})
find_library(OCC_LIB ${OCC} PATHS ENV CASROOT PATH_SUFFIXES lib
${OCC_SYS_NAME}/lib)
${OCC_SYS_NAME}/lib ${OCC_SYS_NAME}/vc8/lib)
if(OCC_LIB)
list(APPEND OCC_LIBS ${OCC_LIB})
else(OCC_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