diff options
author | Brad King <brad.king@kitware.com> | 2024-05-06 16:40:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-08 14:37:34 (GMT) |
commit | 03c31b0395eaabbfd76d255f85d50b1df1437aef (patch) | |
tree | 064c3d5fd7598b3cbd71e57115d81126feb54922 /Help/prop_dir | |
parent | 88c70dde34e76b79111adecc31493e9222e96e9c (diff) | |
download | CMake-03c31b0395eaabbfd76d255f85d50b1df1437aef.zip CMake-03c31b0395eaabbfd76d255f85d50b1df1437aef.tar.gz CMake-03c31b0395eaabbfd76d255f85d50b1df1437aef.tar.bz2 |
Drop Visual Studio 9 2008 generator
This generator has been deprecated since CMake 3.27. Remove it.
Diffstat (limited to 'Help/prop_dir')
-rw-r--r-- | Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst | 2 | ||||
-rw-r--r-- | Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst b/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst index b65db99..c36306d 100644 --- a/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst +++ b/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst @@ -17,7 +17,7 @@ pairs. Each such pair will be transformed into an entry in the solution global section. Whitespace around key and value is ignored. List elements which do not contain an equal sign are skipped. -This property only works for Visual Studio 9 and above; it is ignored +This property only works for Visual Studio 12 and above; it is ignored on other generators. The property only applies when set on a directory whose ``CMakeLists.txt`` contains a :command:`project` command. diff --git a/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst b/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst index 7f8bf61..c775ad5 100644 --- a/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst +++ b/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst @@ -17,6 +17,6 @@ pairs. Each such pair will be transformed into an entry in the solution global section. Whitespace around key and value is ignored. List elements which do not contain an equal sign are skipped. -This property only works for Visual Studio 9 and above; it is ignored +This property only works for Visual Studio 12 and above; it is ignored on other generators. The property only applies when set on a directory whose ``CMakeLists.txt`` contains a :command:`project` command. |