mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Each source compilation generates a dependencies file. These dependencies files are consolidated in one file per target. This consolidation is done as part of command 'cmake -E cmake_depends` launched before evaluation of makefile dependency graph. The consolidation uses the same approach as `CMake` dependencies management. Fixes: #21321
4 lines
103 B
CMake
4 lines
103 B
CMake
|
|
set (CHECK_TARGET_MESSAGES OFF)
|
|
include ("${CMAKE_CURRENT_LIST_DIR}/TargetMessages-validation.cmake")
|