cmake find_package(ITT) examples

CGAL/cgal Installation/cmake/modules/FindITT.cmake :16

#   find_package(ITT
#     [REQUIRED]         # Fail with error if ITT is not found
#   )

CGAL/cgal Installation/cmake/modules/FindITT.cmake :55

#   find_package(ITT)

CGAL/cgal Installation/cmake/modules/FindITT.cmake :66

#   find_package(ITT REQUIRED)

CGAL/cgal Mesh_3/examples/Mesh_3/CMakeLists.txt :67

find_package( ITT QUIET )

CGAL/cgal Mesh_3/test/Mesh_3/CMakeLists.txt :20

find_package(ITT QUIET)