Fix typos regarding FindPython3 CMake module hint.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Wed, 13 Oct 2021 14:42:03 +0000 (17:42 +0300)
committerM. Eric Irrgang <ericirrgang@gmail.com>
Wed, 13 Oct 2021 14:43:08 +0000 (17:43 +0300)
`_ROOT` is a standard suffix for hints to `find_package()`,
but the `FindPython3` cmake module specifically uses `_ROOT_DIR` for
an analogous hint.


No differences found