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