Silence Python detection on CMake rerun
commite863f054904fce8ba4082a086184388bd4ccf51b
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 3 Oct 2015 17:44:19 +0000 (3 20:44 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sat, 3 Oct 2015 17:44:19 +0000 (3 20:44 +0300)
tree2a08eeb4cd2833e85ed3e827047badcb63d95cf3
parentf62c03d80a8726f2271f6bf86e6bce7483f8c3de
Silence Python detection on CMake rerun

find_package(PythonInterp) was called with different parameters at
different locations, which made it think each run changed something in
the Python detection.  This caused it to print out status messages at
every CMake invocation.  Remove one unnecessary call to get rid of this
behavior; parent CMakeLists.txt already does the detection.

Change-Id: I9d4705025a0adae9733593e07c598448b9363880
docs/doxygen/CMakeLists.txt