Files
CMake/Tests/RunCMake/find_package/WrongVersionRange-stderr.txt
T
Marc Chevier d7df81067b find_package: Add support of version range
This enhancement is the first step for solving issue #21107
2020-09-23 12:52:25 +02:00

29 lines
1004 B
Plaintext

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\)