File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 7
7
# MATPLOTLIB_VERSION_MAJOR - the major version number of matplotlib
8
8
# MATPLOTLIB_VERSION_MINOR - the minor version number of matplotlib
9
9
# MATPLOTLIB_VERSION_PATCH - the patch version number of matplotlib
10
- # MATPLOTLIB_VERSION_DECIMAL - e.g. version 1.1.1r is 10101
11
- # MATPLOTLIB_PATH_DIRS - path to the matplotlib include files
10
+ # MATPLOTLIB_PATH_DIRS - path to the matplotlib include files
12
11
13
12
IF (PYTHONINTERP_FOUND)
14
13
# Try to import matplotlib into Python interpreter. Python
@@ -38,8 +37,6 @@ IF(PYTHONINTERP_FOUND)
38
37
list (GET _MATPLOTLIB_VERSION_LIST 0 MATPLOTLIB_VERSION_MAJOR)
39
38
list (GET _MATPLOTLIB_VERSION_LIST 1 MATPLOTLIB_VERSION_MINOR)
40
39
list (GET _MATPLOTLIB_VERSION_LIST 2 MATPLOTLIB_VERSION_PATCH)
41
- math (EXPR MATPLOTLIB_VERSION_DECIMAL
42
- "(${MATPLOTLIB_VERSION_MAJOR} * 10000) + (${MATPLOTLIB_VERSION_MINOR} * 100) + ${MATPLOTLIB_VERSION_PATCH} " )
43
40
ELSE ()
44
41
set (MATPLOTLIB_FOUND FALSE )
45
42
ENDIF ()
You can’t perform that action at this time.
0 commit comments