Files
CMake/Source
Orkun Tokdemir fb978f001d GeneratorTarget: Fix missing system include cache key
When 033dc7ee2f introduced
`AddSystemIncludeDirectory()`, the function was not handling the
situation which a system include cache key is not added properly like
in `IsSystemIncludeDirectory()`. The error was not exposed when
`AUTOMOC` is `ON` and  `AUTOUIC` is `ON` because
`GetIncludeDirectoriesImplicit()` inside `initMoc()` was triggering
`IsSystemIncludeDirectory()`.

This commit adds calling
`AddSystemIncludeCacheKey()` inside `AddSystemIncludeDirectory()`
when the system include cache key is not added before.

Fixes: #26146
2024-07-23 16:58:43 +02:00
..
2024-06-21 12:27:50 -04:00
2024-07-18 09:04:47 -04:00
2024-07-22 00:03:17 -04:00
2024-01-25 10:40:02 -05:00
2024-03-08 09:49:03 -05:00
2024-07-03 11:15:45 -04:00
2024-03-17 19:05:37 -04:00
2024-02-09 08:58:46 -05:00