Package: trilinos-dev
Version: 12.10.1-3

CMake's find_package takes an option COMPONENTS.
Usage with Trilinos seems to be documented nowhere,
but TrilinosConfig.cmake clearly is intended to
support e.g.
find_package(Trilinos REQUIRED COMPONENTS Epetra Belos Ifpack)

However, at the bottom of TrilinosConfig.cmake there
is a long list that includes all Trilinos subproject
CMake files. This overwrites the component selection,
and makes it ineffective: the client application will
depend on _all_ of Trilinois, not just on the selected
components.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to