[Cmake-commits] CMake branch, master, updated. v3.7.2-1210-g84963f4

2017-01-28 Thread Kitware Robot
_VERSION_MINOR 7) -set(CMake_VERSION_PATCH 20170128) +set(CMake_VERSION_PATCH 20170129) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] CMake 3.7.2 and parallel builds

2017-01-28 Thread Paul Smith
On Fri, 2017-01-27 at 15:45 -0400, Dave Flogeras wrote: > I've recently upgraded to CMake 3.7.2 (and gnu make-4.2.1). Now, when > I execute 'make -j5 NightlyBuild', I get the following new (to me) > warning: > > "gmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make >

Re: [CMake] Comaptibility with older gcc

2017-01-28 Thread Craig Scott
It's probably outside of the set of possible solutions to your particular problem, but I'll mention this one in case it interests others following the topic. For potentially the broadest compatibility, one could consider using the LSB (Linux Standards Base) to build binaries that are guaranteed to

Re: [CMake] Comaptibility with older gcc

2017-01-28 Thread Dan Liew
> I was also doubting about libstdc++ versions, is there maybe a way of asking > Cmake to statistically include it in the built library? I assume you mean statically. If so then you could try invoking cmake like this on the command line. ``` mkdir new_build_dir cd new_build_dir

Re: [CMake] Comaptibility with older gcc

2017-01-28 Thread Michele Portolan
Thanks for all the feedback. I cannot go into the details, but the deployment target is a production machine for which I have no installation privileges, and where "stability is king", so asking for updates is out of the question. I am offered an Eclispe environment and have to work on it,