mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
When the VS 2010+ generators were first implemented in commit 7491f52992
(ENH: first pass at VS 10, can bootstrap CMake, but many tests still
fail, 2009-06-25, v2.8.0~546), the per-source preprocessor definitions
were placed before target-wide preprocessor definitions for consistency
with the behavior of VS 9 2008 and below. However, those generators
are not used much anymore. Instead prefer consistency with the order
used by the Ninja and Makefile generators.
8 lines
295 B
ReStructuredText
8 lines
295 B
ReStructuredText
compile-options-order
|
|
---------------------
|
|
|
|
* The :ref:`Visual Studio Generators` for VS 2010 and above now place
|
|
per-source preprocessor definitions after target-wide preprocssor
|
|
definitions. This makes VS consistent with the :ref:`Ninja Generators`
|
|
and the :ref:`Makefile Generators`.
|