[cmake-developers] [ANNOUNCE] CMake 3.4.0-rc2 is now ready!

2015-10-21 Thread Robert Maynard
I am proud to announce the second CMake 3.4 release candidate. Sources and binaries are available at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.4 Release notes appear below and are also published at

Re: [cmake-developers] Add command line options for deprecation message control

2015-10-21 Thread Michael Scott
I think having local CMAKE_WARN_DEPRECATED/CMAKE_ERROR_DEPRECATED vars can be left as specific to the message() command (and perhaps other IssueMessage callers as deemed appropriate per-case). Otherwise we should just have one global setting. Okay that sounds good to me, makes the

Re: [cmake-developers] CMAKE_Fortran_SIMULATE_VERSION

2015-10-21 Thread Brad King
On 10/21/2015 05:26 AM, nun...@iol.pt wrote: > How is the CMAKE_Fortran_SIMULATE_VERSION created? Take a look at these files: Modules/CMakeDetermineCompilerId.cmake Modules/CMakeFortranCompilerId.F.in: The INFO:simulate_version[] strings are used to extract the value from a binary compiled

Re: [cmake-developers] [Patch] Documentation file(GLOB): ordering note

2015-10-21 Thread Brad King
On 10/20/2015 05:03 PM, Ruslan Baratov via cmake-developers wrote: > Add a note that order of files is not defined Thanks, applied: Help: Document that file(GLOB*) order is undefined https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5a208f83 -Brad -- Powered by www.kitware.com Please

[cmake-developers] CMAKE_Fortran_SIMULATE_VERSION

2015-10-21 Thread nunomp
Hi All, I am trying to track down a problem related to the assignment of values to the MSVC_VERSION variable and I have a question: How is the CMAKE_Fortran_SIMULATE_VERSION created? which source file should I look for? I know about the file CMakeFortranCompiler.cmake.in but it is not