Don't print pygments error
authorRoland Schulz <roland.schulz@intel.com>
Tue, 23 Jun 2020 21:45:04 +0000 (14:45 -0700)
committerRoland Schulz <roland.schulz@intel.com>
Tue, 23 Jun 2020 22:44:27 +0000 (15:44 -0700)
commit67991b6a6e7a0baaa43e4c92023b2cf55fecfe33
treef6c57fcbb3c3cb456958eac4189a170bc652ffd9
parente2be31013a0cb96cd18809b57b1b96eb6b25c51a
Don't print pygments error

Find modules shouldn't print tool errors to the cmake output.
These errors can be confusing because it is unclear whether
the error text applies to cmake or something else. Those
errors should go to log files. In this case logging doesn't
seem necessary. We didn't report the error until
b277931fcf4bc. And that commit claims to just fix a bug and
not increase verbosity. Therefore it was likely an
accidental change.
cmake/FindSphinx.cmake