Merge branch 'master' of github.com:RfidResearchGroup/proxmark3

This commit is contained in:
iceman1001 2020-11-14 12:21:16 +01:00
commit 99b155b63c

View file

@ -425,7 +425,7 @@ if (SKIPPYTHON EQUAL 1)
else (SKIPPYTHON EQUAL 1) else (SKIPPYTHON EQUAL 1)
if (PYTHON3EMBED_FOUND) if (PYTHON3EMBED_FOUND)
message(STATUS "Python3 library: Python3 embed found, enabled") message(STATUS "Python3 library: Python3 embed found, enabled")
elseif (PYTHON_FOUND) elseif (PYTHON3_FOUND)
message(STATUS "Python3 library: Python3 found, enabled") message(STATUS "Python3 library: Python3 found, enabled")
else (PYTHON3EMBED_FOUND) else (PYTHON3EMBED_FOUND)
message(STATUS "Python3 library: Python3 not found, disabled") message(STATUS "Python3 library: Python3 not found, disabled")