cmake PythonModules examples

BioMedIA/MIRTK CMake/Modules/FindPython.cmake :78

find_package (PythonModules QUIET MODULE
    COMPONENTS ${Python_FIND_Modules_REQUIRED}
    OPTIONAL_COMPONENTS ${Python_FIND_Modules_OPTIONAL}
  )