This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c4e672358c
CMake
/
Tests
/
RunCMake
/
find_package
/
MissingConfigOneName.cmake
2 lines
50 B
CMake
Raw
Normal View
History
Unescape
Escape
find_package: Test error and warning messages in failure cases Add a "CMakeCommands.find_package" test to run CMake on a bunch of cases in which find_package fails. Check that the process return code and warning/error messages are as expected. Record expected test output in corresponding files for reference by the check. These files will also serve as a reference for the message text in each case.
2012-02-28 22:34:53 +04:00
find_package
(
NotHere
CONFIGS
NotHereConfig.cmake
)