diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index d9b9f2e815..52a5026df5 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -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 diff --git a/Modules/CTestScriptMode.cmake b/Modules/CTestScriptMode.cmake index d5dbddbce4..b8f98b4d61 100644 --- a/Modules/CTestScriptMode.cmake +++ b/Modules/CTestScriptMode.cmake @@ -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 diff --git a/Modules/SquishTestScript.cmake b/Modules/SquishTestScript.cmake index c4b45dc0f3..9575084cdb 100644 --- a/Modules/SquishTestScript.cmake +++ b/Modules/SquishTestScript.cmake @@ -4,7 +4,6 @@ #[=======================================================================[.rst: SquishTestScript ---------------- -.. deprecated:: 3.0 .. note::