mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge topic 'patch-modules-index'
54486682a7 Help: Reposition internal modules
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11007
This commit is contained in:
@@ -30,8 +30,8 @@ These modules are loaded using the :command:`include` command.
|
||||
/module/CheckFortranSourceCompiles
|
||||
/module/CheckFortranSourceRuns
|
||||
/module/CheckFunctionExists
|
||||
/module/CheckIncludeFileCXX
|
||||
/module/CheckIncludeFile
|
||||
/module/CheckIncludeFileCXX
|
||||
/module/CheckIncludeFiles
|
||||
/module/CheckIPOSupported
|
||||
/module/CheckLanguage
|
||||
@@ -55,7 +55,6 @@ These modules are loaded using the :command:`include` command.
|
||||
/module/CMakeBackwardCompatibilityCXX
|
||||
/module/CMakeDependentOption
|
||||
/module/CMakeFindDependencyMacro
|
||||
/module/CMakeFindPackageMode
|
||||
/module/CMakeGraphVizOptions
|
||||
/module/CMakePackageConfigHelpers
|
||||
/module/CMakePrintHelpers
|
||||
@@ -69,7 +68,6 @@ These modules are loaded using the :command:`include` command.
|
||||
/module/CSharpUtilities
|
||||
/module/CTest
|
||||
/module/CTestCoverageCollectGCOV
|
||||
/module/CTestScriptMode
|
||||
/module/CTestUseLaunchers
|
||||
/module/DeployQt4
|
||||
/module/ExternalData
|
||||
@@ -186,7 +184,6 @@ They are normally called through the :command:`find_package` command.
|
||||
/module/FindOpenSSL
|
||||
/module/FindOpenThreads
|
||||
/module/Findosg
|
||||
/module/Findosg_functions
|
||||
/module/FindosgAnimation
|
||||
/module/FindosgDB
|
||||
/module/FindosgFX
|
||||
@@ -232,8 +229,8 @@ They are normally called through the :command:`find_package` command.
|
||||
/module/FindSDL_sound
|
||||
/module/FindSDL_ttf
|
||||
/module/FindSelfPackers
|
||||
/module/FindSquish
|
||||
/module/FindSQLite3
|
||||
/module/FindSquish
|
||||
/module/FindSubversion
|
||||
/module/FindSWIG
|
||||
/module/FindTCL
|
||||
@@ -271,7 +268,6 @@ Deprecated Utility Modules
|
||||
/module/Documentation
|
||||
/module/GetPrerequisites
|
||||
/module/MacroAddFileDependencies
|
||||
/module/SquishTestScript
|
||||
/module/TestBigEndian
|
||||
/module/TestCXXAcceptsFlag
|
||||
/module/Use_wxWindows
|
||||
@@ -322,3 +318,16 @@ used directly.
|
||||
/module/CPackProductBuild
|
||||
/module/CPackRPM
|
||||
/module/CPackWIX
|
||||
|
||||
Miscellaneous Modules
|
||||
---------------------
|
||||
|
||||
These internal modules are not intended to be included directly in projects:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
/module/CMakeFindPackageMode
|
||||
/module/CTestScriptMode
|
||||
/module/Findosg_functions
|
||||
/module/SquishTestScript
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
CTestScriptMode
|
||||
---------------
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
This file is read by ctest in script mode (-S)
|
||||
This module is not intended to be included or invoked directly by project
|
||||
code. It is internally used by CTest running in script mode (-S) to
|
||||
determine current system. For usage details refer to the :option:`ctest -S`.
|
||||
#]=======================================================================]
|
||||
|
||||
# Determine the current system, so this information can be used
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#[=======================================================================[.rst:
|
||||
SquishTestScript
|
||||
----------------
|
||||
.. deprecated:: 3.0
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user