cmake find_package(Trilinos) examples

ElmerCSC/elmerfem CMakeLists.txt :327

FIND_PACKAGE(Trilinos REQUIRED PATHS ${TRILINOS_PATH}/lib/cmake/Trilinos ${TRILINOS_PATH})

frontistr/frontistr CMakeLists.txt :164

find_package(Trilinos)

LLNL/sundials cmake/tpl/SundialsTrilinos.cmake :40

find_package(
  Trilinos REQUIRED
  COMPONENTS Tpetra HINTS "${Trilinos_DIR}/lib/cmake/Trilinos"
             "${Trilinos_DIR}")

trilinos/Trilinos demos/simpleBuildAgainstTrilinos/CMakeLists.by_package.cmake :7

# NOTE: You can't call find_package(Trilinos) for a CUDA build without first

trilinos/Trilinos demos/simpleBuildAgainstTrilinos/CMakeLists.txt :7

# NOTE: You can't call find_package(Trilinos) for a CUDA build without first

trilinos/Trilinos demos/simpleBuildAgainstTrilinos/CMakeLists.txt :16

find_package(Trilinos REQUIRED COMPONENTS Teuchos Tpetra)

trilinos/Trilinos packages/adelus/example/CMakeLists.txt :12

FIND_PACKAGE(Trilinos REQUIRED)

trilinos/Trilinos packages/compadre/CMakeLists.txt :187

FIND_PACKAGE(Trilinos COMPONENTS Kokkos KokkosKernels OPTIONAL_COMPONENTS Gtest)

trilinos/Trilinos packages/intrepid/matlab/intrelab/CMakeLists.txt :90

FIND_PACKAGE(Trilinos COMPONENTS Intrepid REQUIRED)

trilinos/Trilinos packages/stk/stk_integration_tests/cmake_install_test/stk_test_app/CMakeLists.txt :41

find_package(Trilinos QUIET REQUIRED)

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :189

MESSAGE "Configure a dummy project that calls find_package(Trilinos)"

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :204

MESSAGE "Build a dummy project that calls find_package(Trilinos)"

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :210

# NOTE: The above test will run find_package(Trilinos) for **all** of the

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :213

# find_package(Trilinos) has any problems itself.

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :270

# that runs find_package(Trilinos) for all of Trilinos while the

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :272

# find_package(Trilinos COMPONENTS Tpetra) so it could pass when the full

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :273

# find_package(Trilinos) call fails.  Therefore, it makes sense to run the

trilinos/Trilinos packages/TrilinosInstallTests/CMakeLists.txt :275

# find_package(Trilinos) command fails.

trilinos/Trilinos packages/TrilinosInstallTests/find_package_Trilinos/CMakeLists.txt :8

find_package(Trilinos REQUIRED)