0cf84472d7
This patch adds a test which checks the error message, which is produced in the case that a Config file has set Foo_FOUND to FALSE by itself. Alex
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
CMake Warning at SetFoundFALSE.cmake:2 \(find_package\):
|
|
Found package configuration file:
|
|
|
|
.*/Tests/RunCMake/find_package/SetFoundFALSEConfig.cmake
|
|
|
|
but it set SetFoundFALSE_FOUND to FALSE so package "SetFoundFALSE" is
|
|
considered to be NOT FOUND.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|