This file is indexed.

/usr/include/trilinos/TrilinosConfigVersion.cmake is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
SET(PACKAGE_VERSION "10.4.0")
SET(PACKAGE_VERSION_MAJOR "10")

IF(${PACKAGE_FIND_VERSION_MAJOR} EQUAL ${PACKAGE_VERSION_MAJOR})
  SET(PACKAGE_VERSION_COMPATIBLE 1)
  IF(${PACKAGE_FIND_VERSION} VERSION_EQUAL ${PACKAGE_VERSION})
    SET(PACKAGE_VERSION_EXACT 1)
  ENDIF()
ENDIF()