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:
Rolf Eike Beer
2016-11-22 22:18:04 +01:00
committed by Brad King
parent 0ab9cb4699
commit 745b56f58c
48 changed files with 1 additions and 106 deletions

View File

@@ -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)