@@ -1,7 +1,7 @@
build_name
----------
-Disallowed. See CMake Policy :policy:`CMP0036`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0036`.
Use ``${CMAKE_SYSTEM}`` and ``${CMAKE_CXX_COMPILER}`` instead.
@@ -1,7 +1,9 @@
exec_program
------------
-Deprecated. Use the :command:`execute_process` command instead.
+.. deprecated:: 3.0
+
+ Use the :command:`execute_process` command instead.
Run an executable program during the processing of the CMakeList.txt
file.
export_library_dependencies
---------------------------
-Disallowed. See CMake Policy :policy:`CMP0033`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0033`.
Use :command:`install(EXPORT)` or :command:`export` command.
install_files
-------------
-Deprecated. Use the :command:`install(FILES)` command instead.
+ Use the :command:`install(FILES)` command instead.
This command has been superceded by the :command:`install` command. It is
provided for compatibility with older CMake code. The ``FILES`` form is
install_programs
----------------
-Deprecated. Use the :command:`install(PROGRAMS)` command instead.
+ Use the :command:`install(PROGRAMS)` command instead.
install_targets
---------------
-Deprecated. Use the :command:`install(TARGETS)` command instead.
+ Use the :command:`install(TARGETS)` command instead.
provided for compatibility with older CMake code.
load_command
-Disallowed. See CMake Policy :policy:`CMP0031`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0031`.
Load a command into a running CMake.
make_directory
--------------
-Deprecated. Use the :command:`file(MAKE_DIRECTORY)` command instead.
+ Use the :command:`file(MAKE_DIRECTORY)` command instead.
::
output_required_files
---------------------
-Disallowed. See CMake Policy :policy:`CMP0032`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0032`.
Approximate C preprocessor dependency scanning.
remove
------
-Deprecated. Use the :command:`list(REMOVE_ITEM)` command instead.
+ Use the :command:`list(REMOVE_ITEM)` command instead.
subdir_depends
-Disallowed. See CMake Policy :policy:`CMP0029`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0029`.
Does nothing.
subdirs
-------
-Deprecated. Use the :command:`add_subdirectory` command instead.
+ Use the :command:`add_subdirectory` command instead.
Add a list of subdirectories to the build.
use_mangled_mesa
-Disallowed. See CMake Policy :policy:`CMP0030`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0030`.
Copy mesa headers for use in combination with system GL.
utility_source
-Disallowed. See CMake Policy :policy:`CMP0034`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0034`.
Specify the source tree of a third-party utility.
variable_requires
-----------------
-Disallowed. See CMake Policy :policy:`CMP0035`.
+Disallowed since version 3.0. See CMake Policy :policy:`CMP0035`.
Use the :command:`if` command instead.
write_file
-Deprecated. Use the :command:`file(WRITE)` command instead.
+ Use the :command:`file(WRITE)` command instead.