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) You

[CMake] CMake 3.8 release date

2017-01-23 Thread Nikita
Hi, I couldn't find any release schedule for the project, so I've decided to ask about it here. What is the expected release date of CMake 3.8? I'm interested in it because I'm waiting for this fix: https://gitlab.kitware.com/cmake/cmake/issues/16435 Regards, Nikita -- Powered by www.kitware.c

[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 executable