mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Find*.cmake: drop the comments before including FPHSA
No need to explain this over and over again. While at it, do some other minor cleanups to whitespace and comments (i.e. delete them).
This commit is contained in:
committed by
Brad King
parent
0ab9cb4699
commit
745b56f58c
@@ -145,8 +145,6 @@ if(PYTHON_EXECUTABLE)
|
||||
unset(_VERSION)
|
||||
endif()
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set PYTHONINTERP_FOUND to TRUE if
|
||||
# all listed variables are TRUE
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonInterp REQUIRED_VARS PYTHON_EXECUTABLE VERSION_VAR PYTHON_VERSION_STRING)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user