CMake: Fix find Matplotlib

This commit is contained in:
marioalexis
2021-03-10 01:23:15 -03:00
committed by wwmayer
parent f5de466ae5
commit 7e9a9f887a
3 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
# MATPLOTLIB_VERSION_PATCH - the patch version number of matplotlib
# MATPLOTLIB_PATH_DIRS - path to the matplotlib include files
IF(PYTHONINTERP_FOUND)
IF(Python3_Interpreter_FOUND)
# Try to import matplotlib into Python interpreter. Python
# interpreter was found previously as required package, so
# don't take care about this.