Add the proper punctuation in comments.
This commit is contained in:
parent
3d5ec0f29b
commit
23ce95b938
@ -6,9 +6,9 @@ if (NOT DOXYGEN)
|
|||||||
return ()
|
return ()
|
||||||
endif ()
|
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)
|
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)
|
find_package(PythonInterp QUIET REQUIRED)
|
||||||
else ()
|
else ()
|
||||||
find_package(Python QUIET REQUIRED)
|
find_package(Python QUIET REQUIRED)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user