Add the proper punctuation in comments.

This commit is contained in:
Haowei Hsu 2022-08-18 02:31:42 +08:00 committed by GitHub
parent 3d5ec0f29b
commit 23ce95b938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ if (NOT DOXYGEN)
return ()
endif ()
# Find the python interpreter, set the PYTHON_EXECUTABLE variable
# Find the Python interpreter and set the PYTHON_EXECUTABLE variable.
if (CMAKE_VERSION VERSION_LESS 3.12)
# This logic is deprecated in CMake after 3.12
# This logic is deprecated in CMake after 3.12.
find_package(PythonInterp QUIET REQUIRED)
else ()
find_package(Python QUIET REQUIRED)