[CMake] [ANNOUNCE] CMake 3.9.0-rc5 is ready for testing

2017-06-27 Thread Robert Maynard
I am proud to announce the fifth CMake 3.9 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.9 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.9/release/3.9.html Some of the more significant ch

[CMake] CMake cannot find 32 bit Open SSL on 64 bit Ubuntu 14.04

2017-06-27 Thread Bakary Diarra
I have a 64 bit Ubuntu 14.04 VM and I am trying to compile a 32 bit application that depends on openssl and I keep getting the following error: -- The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4 -- Check for working C compiler: /usr/bin/gcc

Re: [CMake] ctest: building test in parellel

2017-06-27 Thread Damian Dixon
> I'm not sure to understand. ​> ​ Do you want to **build** test in parallel or **run** test in parallel? ​I want to build a test in parallel. ​> How are you calling ctest? ctest -V -R '^DDOTUT_x11$' I'm only running one test executable at a time. ​> cmake cmake -DCMAKE_TOOLCHAIN_FILE=../../

Re: [CMake] Unable to build cmoka project using cmake

2017-06-27 Thread Rajesh Kumar
Any suggestions please? Regards Rajesh On Thu, Jun 22, 2017, 1:17 PM Rajesh Kumar wrote: > Hi Chuck, > > Comments are inline. > > Regards > Rajesh > > On Wed, Jun 21, 2017, 8:32 PM Chuck Atkins > wrote: > >> Hi Rajesh, >> We would need more information to be useful: >> > >>- What version

Re: [CMake] ctest: building test in parellel

2017-06-27 Thread Eric Noulard
2017-06-27 13:32 GMT+02:00 Damian Dixon : > Hi, > > Is there anyway to build tests in parallel when using ctest? > I'm not sure to understand. Do you want to **build** test in parallel or **run** test in parallel? > > I am generating makefiles on Linux. > Then $ make -j 8 should build in par

Re: [CMake] ctest: building test in parellel

2017-06-27 Thread Damian Dixon
Sadly -j does not appear to help. I have also tried setting the gmake MAKEFLAGS environment as well. On 27 June 2017 at 12:34, Craig Scott wrote: > Does the -j option to ctest not do what you want? > > On Tue, Jun 27, 2017 at 9:32 PM, Damian Dixon > wrote: > >> Hi, >> >> Is there anyway to bui

Re: [CMake] ctest: building test in parellel

2017-06-27 Thread Craig Scott
Does the -j option to ctest not do what you want? On Tue, Jun 27, 2017 at 9:32 PM, Damian Dixon wrote: > Hi, > > Is there anyway to build tests in parallel when using ctest? > > I am generating makefiles on Linux. > > Part of the reason I am asking this is that if I pre-build the test for > some

[CMake] ctest: building test in parellel

2017-06-27 Thread Damian Dixon
Hi, Is there anyway to build tests in parallel when using ctest? I am generating makefiles on Linux. Part of the reason I am asking this is that if I pre-build the test for some unknown reason ctest rebuilds the source files. I am currently using cmake 3.8.0. Thanks Damian -- Powered by www.