Changeset 592

Show
Ignore:
Timestamp:
08/31/09 10:46:43 (15 years ago)
Author:
smidl
Message:

extend paths where matlab is sought

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/system/FindMatlab.cmake

    r582 r592  
    1717IF(WIN32) 
    1818 
    19   FILE(GLOB _auto_matlab_prefixes "C:/Program Files/MATLAB*/R20*") 
     19  FILE(GLOB _auto_matlab_prefixes "C:/Program Files/MATLAB*/R20*" "D:/Program Files/MATLAB*/R20*" "C:/Devel/MATLAB*/R20*") # used machines Aug 2009 
    2020 
    2121  IF(CMAKE_SIZEOF_VOID_P EQUAL 4) 
     
    6363  ENDIF(NOT MATLAB_ROOT) 
    6464 
    65   FILE(GLOB _auto_matlab_prefixes "/usr/local/matlab*" "/opt/matlab*" ${MATLAB_ROOT}) 
     65  FILE(GLOB _auto_matlab_prefixes "/usr/local/matlab*" "/opt/matlab*" "~/bin" ${MATLAB_ROOT}) 
    6666 
    6767  IF(CMAKE_SIZEOF_VOID_P EQUAL 4)