[Cmake-commits] CMake branch, master, updated. v3.13.0-rc1-102-gf77a957

2018-10-13 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 43b81a8..77419ff 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 13) -set(CMake_VERSION_PATCH 20181013) +set(CMake_VER

[CMake] ExternalProject, BundleUtilities, CPack, and RPath management

2018-10-13 Thread Clifford Yapp
I am contemplating attempting to use ExternalProject_Add and fixup_bundle to improve the long term maintainability of a large software product, but there are some implications that are potentially involved and I'd like to ask if anyone in the CMake community can offer insight. The design