diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2022-08-25 01:28:28 (GMT) |
---|---|---|
committer | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2022-08-25 01:28:45 (GMT) |
commit | 1ed074cf6d6278f971805efcd88ce9cdc1275761 (patch) | |
tree | 6e020a074229242644954a481bc52dd7fa692af1 /Help/variable | |
parent | 95dd428d5a53bc3f0b690ee7aa47344659c4b89b (diff) | |
download | CMake-1ed074cf6d6278f971805efcd88ce9cdc1275761.zip CMake-1ed074cf6d6278f971805efcd88ce9cdc1275761.tar.gz CMake-1ed074cf6d6278f971805efcd88ce9cdc1275761.tar.bz2 |
Help:CMAKE_EXPORT_COMPILE_COMMANDS: link to Ninja Generators
compile_commands.json is generated for Ninja and Ninja Multi-Config
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst b/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst index 53a19dc..a7e9029 100644 --- a/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst +++ b/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst @@ -33,7 +33,7 @@ property for all targets. .. note:: This option is implemented only by :ref:`Makefile Generators` - and the :generator:`Ninja`. It is ignored on other generators. + and :ref:`Ninja Generators`. It is ignored on other generators. This option currently does not work well in combination with the :prop_tgt:`UNITY_BUILD` target property or the |