Re: [CMake] Tree-like trace of add_subdirectory & include?

2019-08-14 Thread Deij-van Rijswijk, Menno
Hi Johan, Have you tried the trace mode of CMake? I got reasonably useful results with cmake [path] [options] --trace 2>&1 | grep subdirectory Gr, Menno From: CMake mailto:cmake-boun...@cmake.org>> On Behalf Of Johan Holmberg Sent: Wednesday, August 14, 2019 11:30 AM To:

[CMake] Tree-like trace of add_subdirectory & include?

2019-08-14 Thread Johan Holmberg
Hi! I'm trying to understand a large project built with CMake, and think it would be very helpful to get a view of which CMake-file "calls" which other CMake-file. I'm interested in the chain of calls using "add_subdirectory" and "include". I have looked at the options "--debug-output" and

[Cmake-commits] CMake branch, master, updated. v3.15.2-645-g789e585

2019-08-14 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index ef3fd9c..7888789 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 15) -set(CMake_VERSION_PATCH 20190814) +set(CMake_VER