From 2c71d051facad13b0a42a57066be2489d5fff6ea Mon Sep 17 00:00:00 2001 From: Marc Chevrier Date: Sun, 18 Oct 2020 16:11:27 +0200 Subject: Makefiles Generators: use compiler for dependencies generation 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 --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index b7fcd7e826..c342f10e39 100755 --- a/bootstrap +++ b/bootstrap @@ -1054,12 +1054,14 @@ else CMAKE_CXX_SOURCES="${CMAKE_CXX_SOURCES} \ cmDepends \ cmDependsC \ + cmDependsCompiler \ cmGlobalUnixMakefileGenerator3 \ cmLocalUnixMakefileGenerator3 \ cmMakefileExecutableTargetGenerator \ cmMakefileLibraryTargetGenerator \ cmMakefileTargetGenerator \ cmMakefileUtilityTargetGenerator \ + cmProcessTools \ " JSONCPP_CXX_SOURCES= -- cgit v1.2.1