This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/cpprestsdk-config.cmake is in libcpprest-dev 2.10.2-6.

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
10
11
12
13
14
15
16
17
include(CMakeFindDependencyMacro)
if(ON)
  find_dependency(ZLIB)
endif()

if(ON)
  find_dependency(OpenSSL)
endif()

if(ON AND OFF)
  if(UNIX)
    find_dependency(Boost COMPONENTS random system thread filesystem chrono atomic date_time regex)
  else()
    find_dependency(Boost COMPONENTS system date_time regex)
  endif()
endif()
include("${CMAKE_CURRENT_LIST_DIR}/cpprestsdk-targets.cmake")