diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-09-14 17:17:42 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2020-09-23 16:28:37 (GMT) |
commit | 10ae907de07c26820a765c6a516d1f4baa46161d (patch) | |
tree | 51550bfe24aa14db9bec91efc1e45a1d841fb939 /Help/manual/cmake-modules.7.rst | |
parent | f5c928f73cdb35b4cc0ea052f663071ec590624e (diff) | |
download | CMake-10ae907de07c26820a765c6a516d1f4baa46161d.zip CMake-10ae907de07c26820a765c6a516d1f4baa46161d.tar.gz CMake-10ae907de07c26820a765c6a516d1f4baa46161d.tar.bz2 |
CheckSoureCompiles: Add a unified way to check if a source compiles
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 50131e8..d206193 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -45,6 +45,7 @@ These modules are loaded using the :command:`include` command. /module/CheckOBJCXXSourceRuns /module/CheckPIESupported /module/CheckPrototypeDefinition + /module/CheckSourceCompiles /module/CheckStructHasMember /module/CheckSymbolExists /module/CheckTypeSize |