summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_dependency/bad-version-exact-stderr.txt
blob: 0929f840d7116307a03c0211235cb97041ac4618 (plain)
1
2
3
4
5
6
7
8
9
10
11
CMake Error at .*/Modules/CMakeFindDependencyMacro.cmake:[0-9]+ \(find_package\):
  Could not find a configuration file for package "Pack1" that exactly
  matches requested version "1.1".

  The following configuration files were considered but not accepted:

    .*/Tests/RunCMake/find_dependency/share/cmake/Pack1/Pack1Config.cmake, version: 1.3

Call Stack \(most recent call first\):
  bad-version-exact.cmake:5 \(find_dependency\)
  CMakeLists.txt:3 \(include\)