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 paths. But when you define

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, util.h.in: > > #ifndef _UTIL_H_ >

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

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 get_libra

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 proble

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 dece

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 anyone have > a

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