mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
2c71d051fa
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")
|