[Cmake-commits] CMake branch, master, updated. v3.7.2-1149-g269b1db

2017-01-23 Thread Kitware Robot
_VERSION_MINOR 7) -set(CMake_VERSION_PATCH 20170123) +set(CMake_VERSION_PATCH 20170124) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [cmake-developers] [PATCH] CMAKE_DL_LIBS: fix typo

2017-01-23 Thread Ben Boeckel
On Sat, Jan 21, 2017 at 01:51:15 +, Thiago Perrotta wrote: > Since this is a very small fix (literally just one character) and this is > my first patch here, I didn't bother to read the instructions for > contributing / submitting patches. Therefore, feel free to use this patch > according to

[Cmake-commits] CMake branch, next, updated. v3.7.2-2290-gca3a4fe

2017-01-23 Thread Ben Boeckel
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, next has been updated via ca3a4fee2db8946a5ba46498959027a5cdf84b9a (commit) via

Re: [CMake] CMake 3.8 release date

2017-01-23 Thread Stuermer, Michael SP/HZA-ZSEP
Hello Nikita, Brad mentioned a feature freeze for version 3.8 at the end of january. Looking at the source history for version 3.7, it can take some time until the final release is done: 3.10.2016: (candidate 1) 19.10.2016: (candidate 2) 4.11.2016: (candidate 3) 11.11.2016: (final release)

[CMake] Visual Studio and dependy on imported library

2017-01-23 Thread Tim Kettler
Hi, imagine a project that declares an imported library (#implib#) in a subdirectory. The imported library depends on some other target (#lib#). A second imported library (#implibtop#) with the same dependency is declared in the top-level CMakeLists.txt. Additionally there are three