cmake: find Pyexpander quietly

It's an internal detail and if it doesn't exist, it is handled properly.
This commit is contained in:
Ben Boeckel 2018-01-16 15:20:52 -05:00
parent 268a88e748
commit 022f12b2ec

@ -217,7 +217,7 @@ find_package(PythonInterp)
#-----------------------------------------------------------------------------
# Find Pyexpander in case somebody wants to update the auto generated
# faux variadic template code
find_package(Pyexpander)
find_package(Pyexpander QUIET)
#-----------------------------------------------------------------------------
# Add subdirectories