/usr/lib/cmake/dune-functions/dune-functions-config-version.cmake is in libdune-functions-dev 2.5.0-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 | set(PACKAGE_VERSION "2.5.0")
if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL "2" AND
"${PACKAGE_FIND_VERSION_MINOR}" EQUAL "5")
set (PACKAGE_VERSION_COMPATIBLE 1) # compatible with newer
if ("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "2.5.0")
set(PACKAGE_VERSION_EXACT 1) #exact match for this version
endif()
endif()
|