From 23ce95b938d3c094398a89f6dcc62c9f13071881 Mon Sep 17 00:00:00 2001 From: Haowei Hsu <71438617+hwhsu1231@users.noreply.github.com> Date: Thu, 18 Aug 2022 02:31:42 +0800 Subject: [PATCH] Add the proper punctuation in comments. --- doc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ddd1d60c..fd9f4d1e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -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)