4e5cb37590
Move the ErrorsOFF/ON common logic from CMakeLists.txt into an ErrorsCommon file to allow other test cases to be added that do not use the Errors test logic.
22 lines
706 B
Plaintext
22 lines
706 B
Plaintext
CMake Error at ErrorsCommon.cmake:[0-9]+ \(build_command\):
|
|
build_command requires at least one argument naming a CMake variable
|
|
Call Stack \(most recent call first\):
|
|
ErrorsON.cmake:[0-9]+ \(include\)
|
|
CMakeLists.txt:[0-9]+ \(include\)
|
|
|
|
+
|
|
1. cmd='initial'
|
|
CMake Error at ErrorsCommon.cmake:[0-9]+ \(build_command\):
|
|
build_command unknown argument "BOGUS"
|
|
Call Stack \(most recent call first\):
|
|
ErrorsON.cmake:[0-9]+ \(include\)
|
|
CMakeLists.txt:[0-9]+ \(include\)
|
|
|
|
+
|
|
2. cmd='initial'
|
|
CMake Error at ErrorsCommon.cmake:[0-9]+ \(build_command\):
|
|
build_command unknown argument "STUFF"
|
|
Call Stack \(most recent call first\):
|
|
ErrorsON.cmake:[0-9]+ \(include\)
|
|
CMakeLists.txt:[0-9]+ \(include\)
|