This file is indexed.

/usr/share/dune/cmake/modules/CheckExperimentalGridExtensions.cmake is in libdune-grid-dev 2.3.1-1.

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
#
# Dune's experimental grid extensions are enabled by adding
# -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS=TRUE to the
# CMAKE_FLAGS
# This file adds the summary line whether it is set.
#

include(FeatureSummary)
add_feature_info("Experimental grid extensions" DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS "Enables additional grid features.")