diff options
author | Brad King <brad.king@kitware.com> | 2023-08-16 13:47:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-16 13:48:02 (GMT) |
commit | cdbb166fbdf7d5da06abe44654c6d80b157d7bdc (patch) | |
tree | 1cfb25e69a973b9175ee8afcb940e1951e3f3b72 /Source/cmLocalGenerator.cxx | |
parent | e701c0e32c85d59710b691924837dd05e36f7c65 (diff) | |
parent | 7f7c4436671e89c6ff8a3ea07f181f45ec557d02 (diff) | |
download | CMake-cdbb166fbdf7d5da06abe44654c6d80b157d7bdc.zip CMake-cdbb166fbdf7d5da06abe44654c6d80b157d7bdc.tar.gz CMake-cdbb166fbdf7d5da06abe44654c6d80b157d7bdc.tar.bz2 |
Merge topic 'unity_c_no_extensions'
7f7c443667 Unity: use C-style comments to work both with C and C++
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8718
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index ffab712..6472031 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -3033,7 +3033,7 @@ void cmLocalGenerator::WriteUnitySourceInclude( unity_file << *beforeInclude << "\n"; } - unity_file << "// NOLINTNEXTLINE(bugprone-suspicious-include)\n"; + unity_file << "/* NOLINTNEXTLINE(bugprone-suspicious-include) */\n"; unity_file << "#include \"" << sf_full_path << "\"\n"; if (afterInclude) { |