diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2018-11-12 21:13:12 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-11-13 12:06:30 (GMT) |
commit | df780bcc018f65b6b182028df06dcd03ca10a4e7 (patch) | |
tree | a332e29d983dd9631484840e209a3c2670ff8bf8 /Help/manual/cmake-modules.7.rst | |
parent | 5e12fad8704e4797ecda3906f3b558775b70539f (diff) | |
download | CMake-df780bcc018f65b6b182028df06dcd03ca10a4e7.zip CMake-df780bcc018f65b6b182028df06dcd03ca10a4e7.tar.gz CMake-df780bcc018f65b6b182028df06dcd03ca10a4e7.tar.bz2 |
Help: Move deprecated modules to appropriate section.
Move deprecated or obsolete modules to the section
"Deprectated Modules" of cmake-modules(7):
- MacroAddFileDependencies (Text says: Using the macro
MACRO_ADD_FILE_DEPENDENCIES() is discouraged.)
- UsePkgConfig (Text calls it "obsolete")
- Use_wxWindows (was already listed in deprecation section)
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 266c7a1..57dcac2 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -76,7 +76,6 @@ These modules are loaded using the :command:`include` command. /module/GNUInstallDirs /module/GoogleTest /module/InstallRequiredSystemLibraries - /module/MacroAddFileDependencies /module/ProcessorCount /module/SelectLibraryConfigurations /module/SquishTestScript @@ -89,10 +88,8 @@ These modules are loaded using the :command:`include` command. /module/UseJavaClassFilelist /module/UseJava /module/UseJavaSymlinks - /module/UsePkgConfig /module/UseSWIG /module/UsewxWidgets - /module/Use_wxWindows /module/WriteCompilerDetectionHeader Find Modules @@ -270,7 +267,9 @@ Deprecated Utility Modules /module/CMakeExpandImportedTargets /module/CMakeForceCompiler /module/CMakeParseArguments + /module/MacroAddFileDependencies /module/TestCXXAcceptsFlag + /module/UsePkgConfig /module/Use_wxWindows /module/WriteBasicConfigVersionFile |