mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
ab358d6a85
Remove highly specialized and totally positional argument handling in find_dependency macro, and instead just pass arguments through to find_package. This gives users access to the full suite of arguments that find_package knows, and is backward compatible with the old arguments. Also, rewrite the unit tests for this, since the old tests are exclusively focused on testing the old argument handling and are no longer applicable, and add some success tests (the old tests did not even set up the CMake state in a way that CMake had any hope of ever finding the test package). |
||
---|---|---|
.. | ||
share/cmake | ||
bad-version-exact-result.txt | ||
bad-version-exact-stderr.txt | ||
bad-version-exact.cmake | ||
bad-version-fuzzy-result.txt | ||
bad-version-fuzzy-stderr.txt | ||
bad-version-fuzzy.cmake | ||
basic.cmake | ||
CMakeLists.txt | ||
invalid-arg-result.txt | ||
invalid-arg-stderr.txt | ||
invalid-arg.cmake | ||
realistic.cmake | ||
RunCMakeTest.cmake |