Support pyexpander using python 3

When you install pyexpander with pip under python 3, the executable
script is now named expander3.py instead of expander.py. Support using
either file.
This commit is contained in:
Kenneth Moreland 2019-04-04 11:05:13 -06:00
parent 6306ca66ce
commit 23f0905a1e

@ -34,7 +34,7 @@
# in finding the Python interpreter.
#
find_program(PYEXPANDER_COMMAND expander.py)
find_program(PYEXPANDER_COMMAND NAMES expander.py expander3.py)
mark_as_advanced(PYEXPANDER_COMMAND)