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_sf | |
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_sf')
-rw-r--r-- | Help/prop_sf/COMPILE_FLAGS.rst | 3 | ||||
-rw-r--r-- | Help/prop_sf/COMPILE_OPTIONS.rst | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Help/prop_sf/COMPILE_FLAGS.rst b/Help/prop_sf/COMPILE_FLAGS.rst index eefe7bf..1d3def4 100644 --- a/Help/prop_sf/COMPILE_FLAGS.rst +++ b/Help/prop_sf/COMPILE_FLAGS.rst @@ -5,8 +5,7 @@ Additional flags to be added when compiling this source file. The ``COMPILE_FLAGS`` property, managed as a string, sets additional compiler flags used that will be added to the list of compile flags when this source -file builds. The flags will be added after target-wide flags (except in -some cases not supported by the :generator:`Visual Studio 9 2008` generator). +file builds. The flags will be added after target-wide flags. Use :prop_sf:`COMPILE_DEFINITIONS` to pass additional preprocessor definitions. diff --git a/Help/prop_sf/COMPILE_OPTIONS.rst b/Help/prop_sf/COMPILE_OPTIONS.rst index 84c543a..9b00e0e 100644 --- a/Help/prop_sf/COMPILE_OPTIONS.rst +++ b/Help/prop_sf/COMPILE_OPTIONS.rst @@ -7,8 +7,7 @@ List of additional options to pass to the compiler. This property holds a :ref:`semicolon-separated list <CMake Language Lists>` of options and will be added to the list of compile flags when this source -file builds. The options will be added after target-wide options (except in -some cases not supported by the :generator:`Visual Studio 9 2008` generator). +file builds. The options will be added after target-wide options. Contents of ``COMPILE_OPTIONS`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual |