diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-27 12:43:52 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-13 15:14:02 (GMT) |
commit | 20cafa2e1faff577143eb56d14e5c3998cb7d6a9 (patch) | |
tree | ee6f37c3dbebde1bdad318ee503ed5214fb9a561 /Help/module | |
parent | d05e0aa845a99d2a04f61578ba9882ba9a2949c4 (diff) | |
download | CMake-20cafa2e1faff577143eb56d14e5c3998cb7d6a9.zip CMake-20cafa2e1faff577143eb56d14e5c3998cb7d6a9.tar.gz CMake-20cafa2e1faff577143eb56d14e5c3998cb7d6a9.tar.bz2 |
Split the find_dependency macro into a separate file.
This allows Config file authors to use it without having to use
CONFIGURE_PACKAGE_CONFIG_FILE.
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/CMakeFindDependencyMacro.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/CMakeFindDependencyMacro.rst b/Help/module/CMakeFindDependencyMacro.rst new file mode 100644 index 0000000..5b5b550 --- /dev/null +++ b/Help/module/CMakeFindDependencyMacro.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/CMakeFindDependencyMacro.cmake |