summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-modules.7.rst
diff options
context:
space:
mode:
authorVadim Zhukov <persgray@gmail.com>2013-07-28 10:31:30 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-16 14:53:01 (GMT)
commitc6f339ceb84876a865ae96cf3db4c1ff856c65be (patch)
tree736b8ceb717ba023661a26c1940baa823ae80930 /Help/manual/cmake-modules.7.rst
parentc54fb6fede9f84ce66d6b42f02abadf555f78f5e (diff)
downloadCMake-c6f339ceb84876a865ae96cf3db4c1ff856c65be.zip
CMake-c6f339ceb84876a865ae96cf3db4c1ff856c65be.tar.gz
CMake-c6f339ceb84876a865ae96cf3db4c1ff856c65be.tar.bz2
Add FindBacktrace.cmake module.
It designed to search for implementation of backtrace(3) routine. Currently it is used in OpenBSD Ports for building Clementine music player. A lot of input from brad.king@ and neundorf@.
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r--Help/manual/cmake-modules.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index da518d3..9235b8c 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -70,6 +70,7 @@ All Modules
/module/FindAVIFile
/module/FindBISON
/module/FindBLAS
+ /module/FindBacktrace
/module/FindBoost
/module/FindBullet
/module/FindBZip2