Hi,

I've got two versions of Matlab installed on my Leopard under :
/Applications/MATLAB_R2009a
/Applications/MATLAB_R2009b

I'm using this syntax in order to find Matlab path directory and my problem is that Cmake always find the R2009a path. Is there a way to compel Cmake to find the latest version ?

        SET(MATLAB_INSTALL_REPOSITORY /Applications/*/bin)
# Retrieve mexext install directory (in order to retrieve Matlab install directory) FIND_PROGRAM(MATLAB_MEXEXT mexext PATH ${MATLAB_INSTALL_REPOSITORY} NO_DEFAULT_PATH)
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to