cmake find_package(GMP) examples

CGAL/cgal Arithmetic_kernel/test/Arithmetic_kernel/CMakeLists.txt :9

find_package(GMP)

CGAL/cgal Installation/CMakeLists.txt :948

find_package(GMP REQUIRED)

CGAL/cgal Installation/CMakeLists.txt :1264

find_package(GMP)

CGAL/cgal Installation/cmake/modules/CGAL_SetupGMP.cmake :10

#    find_package(GMP)

CGAL/cgal Installation/cmake/modules/CGAL_SetupGMP.cmake :24

find_package(GMP QUIET)

CGAL/cgal Installation/cmake/modules/FindGMPXX.cmake :9

find_package( GMP QUIET )

CGAL/cgal Installation/cmake/modules/FindMPFI.cmake :1

find_package( GMP QUIET )

CGAL/cgal Installation/cmake/modules/FindNTL.cmake :4

find_package( GMP REQUIRED )

CGAL/cgal Installation/cmake/modules/FindRS.cmake :5

find_package( GMP )

CGAL/cgal Installation/cmake/modules/FindRS3.cmake :4

find_package( GMP )

gnuradio/gnuradio cmake/Modules/FindMPLIB.cmake :1

find_package(GMP)

DrTimothyAldenDavis/SuiteSparse SPEX/CMakeLists.txt :96

find_package ( GMP 6.1.2 REQUIRED )     # from SPEX/cmake_modules

Z3Prover/z3 CMakeLists.txt :219

find_package(GMP REQUIRED)