summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/find_package/WrongVersionRange-stderr.txt
blob: fe0b0887fbf540a3973171cccf4d2108e6cea045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CMake Error at WrongVersionRange.cmake:[0-9]+ \(find_package\):
  find_package called with invalid argument "1\.2\.\.\."
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)


CMake Error at WrongVersionRange.cmake:[0-9]+ \(find_package\):
  find_package called with invalid argument "\.\.\.1\.2"
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)


CMake Error at WrongVersionRange.cmake:[0-9]+ \(find_package\):
  find_package called with invalid argument "1\.2\.\.\.\.2\.3"
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)


CMake Error at WrongVersionRange.cmake:[0-9]+ \(find_package\):
  find_package called with invalid argument "1\.2\.\.\.>2\.3"
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)


CMake Error at WrongVersionRange.cmake:[0-9]+ \(find_package\):
  find_package called with invalid argument "1\.2>\.\.\.2\.3"
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)