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
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
> 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=../../
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
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
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
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
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.