[Cmake-commits] CMake branch, master, updated. v3.10.2-842-gab1be08

2018-01-19 Thread Kitware Robot
VERSION_MINOR 10) -set(CMake_VERSION_PATCH 20180119) +set(CMake_VERSION_PATCH 20180120) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Recommandation for macOS framework install rules

2018-01-19 Thread Lucas Soltic
Hello, Should I conclude that there are no recommendations? Best regards, Lucas > Le 17 janv. 2018 à 23:49, Lucas Soltic a écrit : > > Hello, > > By default library install() command uses CMAKE_INSTALL_PREFIX (/usr/local by > default) as a base for relative install

Re: [CMake] how to detect architecture ?

2018-01-19 Thread Konstantin Tokarev
19.01.2018, 21:22, "Chuck Atkins" : > Hi Franck, > > I'd suggest going a little more robust by using both > CMAKE_SHARED_LIBRARY_PREFIX and CMAKE_SHARED_LIBRARY_SUFFIX to generate a > function at configure time to resolve the correct filename. > > For example,

[CMake] Space after CMAKE_LINK_LIBRARY_FILE_FLAG

2018-01-19 Thread Elexa Petr
Hello, I am trying to add support for Renesas CCRX compiler by creating a platform file. I have come across a problem where I try to set the CMAKE_LINK_LIBRARY_FILE_FLAG to "-library=" a space is added after the flag by CMake. Which is not the case with CMAKE_INCLUDE_FLAG_ variable. Example

Re: [CMake] how to detect architecture ?

2018-01-19 Thread Chuck Atkins
Hi Franck, I'd suggest going a little more robust by using both CMAKE_SHARED_LIBRARY_PREFIX and CMAKE_SHARED_LIBRARY_SUFFIX to generate a function at configure time to resolve the correct filename. For example, util.h.in: #ifndef _UTIL_H_ #define _UTIL_H_ #include static inline void

Re: [CMake] CDash calendar button no longer works?

2018-01-19 Thread Thompson, KT
Zack, Thanks for responding. I agree that the broken calendar behavior is strange. My CDash calendar stopped working after some RHEL7 system patches were installed. I'm not the admin of the machine, so I don't have the details. However, everyone who uses my CDash server sees the same

Re: [CMake] Building cmake: why is openssl linked?

2018-01-19 Thread Paul Smith
On Sun, 2018-01-14 at 01:08 +0100, Jean-Michaël Celerier wrote: > https://cmake.org/cmake/help/latest/module/ExternalProject.html > > since CMake can download stuff, it needs to support https, hence SSL, > hence OpenSSL OK, thanks. Does anyone know if there is way to convince CMake to use a

[Cmake-commits] CMake branch, master, updated. v3.10.2-841-g927c603

2018-01-19 Thread Kitware Robot
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, master has been updated via 927c6035745bb732712463af8e3d6619c5b6b1f4 (commit) via

Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-01-19 Thread Jayakumar, Lenindarbi
Thanks for the reply. It is not compiler and linker. I have to use response file for both includes and objects. Tasking compiler expects -f as Response file link flag for both. But cmake produces command line for objects using -f and includes using @. I prefer to get it fixed in generator.

Re: [CMake] CDash calendar button no longer works?

2018-01-19 Thread Zack Galbreath
On Wed, Jan 17, 2018 at 4:02 PM, Thompson, KT wrote: > Hi, > > > > The 'calendar' button in our CDash installation (v. 2.5.0) stopped working > recently (no changes to our CDash installation and only regular security > patches to the web server). Everything else works fine. Does

Re: [cmake-developers] XXX_FLAGS_INIT applied inconsistently

2018-01-19 Thread Brad King
On 01/19/2018 07:30 AM, Craig Scott wrote: > * In most cases, the various files are appending rather than prepending > to the existing contents of the XXX_FLAGS_INIT variables. It was once just setting them. The `_INIT` variables were not originally meant to be set by project code or toolchain

Re: [cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-19 Thread Brad King
On 01/17/2018 04:14 PM, Claus Klein wrote: > 1.) Is ist possible to change the object or/and the dependency file > name generated for ninja? No one has needed to before because currently-supported compilers all have options to specify the output file name. > 2.) Why generates cmake the

Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-01-19 Thread Brad King
On 01/17/2018 03:52 AM, Jayakumar, Lenindarbi wrote: > Response file link flag “CMAKE_C_RESPONSE_FILE_LINK_FLAG” is not customizable > for include paths. > The @ symbol is hardcoded in “cmMakefileTargetGenerator::AddIncludeFlags” In case the compiler and link driver want different response file

[cmake-developers] XXX_FLAGS_INIT applied inconsistently

2018-01-19 Thread Craig Scott
I'm looking at the way the various XXX_FLAGS_INIT variables are handled across the different compilers and platforms. These are set in many files in the Modules/Compilers, Modules/Platforms and Modules directories. There seems to be a couple of problems with what I'm seeing: - In most cases,

Re: [CMake] Unexpected recompilation with ctest compiled MSVC project

2018-01-19 Thread Simon Rit
Hi, If I do two consecutive builds with the same project, then it does not recompile the second time, no. It behaves as if something is different (a flag or something else) between the command line ctest build and the build in the gui. Simon On Thu, Jan 18, 2018 at 9:01 PM, Kris Thielemans <