[CMake] Troubles with ExternalProject_Add and PATCH_COMMAND

2019-07-18 Thread Steven Truppe
Hi everyone, i try to patch a file from an externalprojects with the PATCH_COMMAND. The patch file looks like: --- project-config.jam    2019-07-18 17:21:44.008695808 +0200 +++ project-config.jam.tmp    2019-07-18 17:23:28.236474532 +0200 @@ -18,7 +18,7 @@  import python ;  if ! [

Re: [CMake] getting compiler's include paths

2019-07-18 Thread Robert Maynard
The history behind the makefile generator and the custom dependency tracking logic was that it was written before the majority of compilers offered a robust way to generate the list of header dependencies. As it stands now we want to remove all this custom dependency scanning logic, not extend it

Re: [CMake] [DKIM: Failed] Troubles with ExternalProject_Add and PATCH_COMMAND

2019-07-18 Thread Marcel Loose
Hi Steven, When you run patch manually, do you then supply the same absolute paths? Looking at the patch file I noticed that it contains a relative path. So maybe you should cd to ${CMAKE_BINARY_DIR}/boost/src/external_boost/project-config.jam before running the patch command. Cheers, Marcel.

[Cmake-commits] CMake branch, master, updated. v3.15.0-337-g52fa25e

2019-07-18 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 52fa25e28f66f043cc7c30717d9298b9a6b8cfa3 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.0-339-gae84427

2019-07-18 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via ae84427e3260342aa74aecaad28a27f11fafe569 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.15.0-2-gc790324

2019-07-18 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via c79032438c5f90ca957b1a02886e60835d5d6e47 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.0-348-gd59716d

2019-07-18 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via d59716d907dc6f5d28ee28829763cf1906505721 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.0-350-ge3bd5c5

2019-07-18 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via e3bd5c5b666e515319d81f8218e2f71c11169304 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.15.0-8-g1a2d260

2019-07-18 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 1a2d260634807682a94aee140e77d52168f10ba6 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.0-351-gac000e2

2019-07-18 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index a9ce61a..cf21839 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 15) -set(CMake_VERSION_PATCH 20190718) +set(CMake_VER