From: hbristow Date: Sun, 15 Sep 2013 14:48:07 +0000 (+1000) Subject: Added TODO for the future of Matlab version sorting X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~921^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb3a83209cb28415b63621ec078347736ecd1087;p=profile%2Fivi%2Fopencv.git Added TODO for the future of Matlab version sorting --- diff --git a/cmake/OpenCVFindMatlab.cmake b/cmake/OpenCVFindMatlab.cmake index 468fdf3..c4a174c 100644 --- a/cmake/OpenCVFindMatlab.cmake +++ b/cmake/OpenCVFindMatlab.cmake @@ -66,6 +66,8 @@ function(locate_matlab_root) if (MATLAB_ROOT_DIR_) # sort in order from highest to lowest # normally it's in the format MATLAB_R[20XX][A/B] + # TODO: numerical rather than lexicographic sort. However, + # CMake does not support floating-point MATH(EXPR ...) at this time. list(SORT MATLAB_ROOT_DIR_) list(REVERSE MATLAB_ROOT_DIR_) list(GET MATLAB_ROOT_DIR_ 0 MATLAB_ROOT_DIR_)