cmake find_package(COMPONENTS) examples

86Box/86Box src/qt/CMakeLists.txt :49

find_package(Qt${QT_MAJOR} COMPONENTS Core Widgets Network OpenGL Gui REQUIRED)

86Box/86Box src/qt/CMakeLists.txt :448

find_package(Wayland COMPONENTS Client)

ornladios/ADIOS2 cmake/DetectOptions.cmake :305

find_package(MPI COMPONENTS ${mpi_find_components})

ornladios/ADIOS2 cmake/DetectOptions.cmake :307

find_package(MPI COMPONENTS ${mpi_find_components} REQUIRED)

ornladios/ADIOS2 cmake/DetectOptions.cmake :353

find_package(HDF5 COMPONENTS C)

ornladios/ADIOS2 cmake/DetectOptions.cmake :358

find_package(HDF5 REQUIRED COMPONENTS C)

ornladios/ADIOS2 cmake/DetectOptions.cmake :411

find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development.Module)

ornladios/ADIOS2 cmake/DetectOptions.cmake :414

find_package(Python 3.8 COMPONENTS Interpreter Development)

ornladios/ADIOS2 cmake/DetectOptions.cmake :416

find_package(PythonModule COMPONENTS mpi4py mpi4py/mpi4py.h)

ornladios/ADIOS2 cmake/DetectOptions.cmake :419

find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development)

ornladios/ADIOS2 cmake/DetectOptions.cmake :421

find_package(PythonModule REQUIRED COMPONENTS mpi4py mpi4py/mpi4py.h)

ornladios/ADIOS2 cmake/DetectOptions.cmake :436

find_package(Python REQUIRED COMPONENTS Interpreter)

ornladios/ADIOS2 cmake/DetectOptions.cmake :584

find_package(AWSSDK 1.10.15 COMPONENTS s3)

ornladios/ADIOS2 cmake/DetectOptions.cmake :586

find_package(AWSSDK 1.10.15 REQUIRED COMPONENTS s3)

ornladios/ADIOS2 cmake/DetectOptions.cmake :594

find_package(XRootD QUIET COMPONENTS CLIENT UTILS SSI)

ornladios/ADIOS2 cmake/DetectOptions.cmake :596

find_package(XRootD REQUIRED COMPONENTS CLIENT UTILS SSI)

ornladios/ADIOS2 cmake/FindPythonModule.cmake :26

# find_package(PythonModule REQUIRED COMPONENTS mpi4py mpi4py/mpi4py.h)

ornladios/ADIOS2 cmake/upstream/FindHDF5.cmake :27

``find_package(HDF5 COMPONENTS Fortran HL)``.

ornladios/ADIOS2 cmake/upstream/FindPython.cmake :35

find_package (Python COMPONENTS Interpreter Development)

ornladios/ADIOS2 examples/basics/globalArray1D/CMakeLists.txt :21

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/globalArray1D/CMakeLists.txt :29

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/globalArrayND/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/basics/globalArrayND/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/joinedArray/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/basics/joinedArray/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/localArray/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/basics/localArray/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/queryWorker/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/basics/queryWorker/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/values/CMakeLists.txt :21

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/values/CMakeLists.txt :30

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/basics/variablesShapes/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/basics/variablesShapes/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpAttributeWriteRead/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/bpAttributeWriteRead/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpFlushWriter/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/bpFlushWriter/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpFWriteCRead/CMakeLists.txt :21

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpFWriteCRead/CMakeLists.txt :30

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpOperatorSZWriter/CMakeLists.txt :12

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpOperatorSZWriter/CMakeLists.txt :23

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpReader/CMakeLists.txt :21

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpReader/CMakeLists.txt :30

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpStepsWriteRead/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/bpStepsWriteRead/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpStepsWriteReadCuda/CMakeLists.txt :17

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpStepsWriteReadDerived/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/bpStepsWriteReadDerived/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpStepsWriteReadHip/CMakeLists.txt :10

find_package(ADIOS2 REQUIRED COMPONENTS CXX)

ornladios/ADIOS2 examples/hello/bpStepsWriteReadKokkos/CMakeLists.txt :30

find_package(MPI QUIET COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpStepsWriteReadKokkos/CMakeLists.txt :38

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpThreadWrite/CMakeLists.txt :14

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpWriter/CMakeLists.txt :21

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/bpWriter/CMakeLists.txt :30

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/datamanKokkos/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/datamanKokkos/CMakeLists.txt :27

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/datamanReader/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/datamanReader/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/datamanWriter/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/datamanWriter/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/dataspacesReader/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/dataspacesReader/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/dataspacesWriter/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/dataspacesWriter/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/hdf5Reader/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/hdf5Reader/CMakeLists.txt :20

find_package(HDF5 QUIET COMPONENTS C)

ornladios/ADIOS2 examples/hello/hdf5Reader/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/hdf5SubFile/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/hdf5SubFile/CMakeLists.txt :20

find_package(HDF5 QUIET COMPONENTS C)

ornladios/ADIOS2 examples/hello/hdf5SubFile/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/hdf5Writer/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/hdf5Writer/CMakeLists.txt :20

find_package(HDF5 QUIET COMPONENTS C)

ornladios/ADIOS2 examples/hello/hdf5Writer/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/helloWorld/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/helloWorld/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/inlineFWriteCppRead/CMakeLists.txt :21

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/inlineMWE/CMakeLists.txt :12

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/inlineReaderWriter/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/inlineReaderWriter/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/skeleton/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/skeleton/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/sstKokkos/CMakeLists.txt :21

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/sstReader/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/sstReader/CMakeLists.txt :24

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/hello/sstWriter/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/hello/sstWriter/CMakeLists.txt :24

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/plugins/engine/CMakeLists.txt :12

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/plugins/operator/CMakeLists.txt :14

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/gray-scott/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/simulations/gray-scott/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/gray-scott-kokkos/CMakeLists.txt :16

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/simulations/gray-scott-kokkos/CMakeLists.txt :29

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/gray-scott-struct/CMakeLists.txt :12

find_package(MPI COMPONENTS C)

ornladios/ADIOS2 examples/simulations/gray-scott-struct/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/heatTransfer/inline/CMakeLists.txt :12

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/heatTransfer/inline/CMakeLists.txt :22

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/heatTransfer/read/CMakeLists.txt :12

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/heatTransfer/read/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/heatTransfer/readFileOnly/CMakeLists.txt :12

find_package(MPI COMPONENTS ${_components})

ornladios/ADIOS2 examples/simulations/heatTransfer/readFileOnly/CMakeLists.txt :20

find_package(ADIOS2 REQUIRED COMPONENTS ${_components})