[CMake] Failure to build CMake 3.11.0 on ARMv7 Ubuntu 16.04 due to std::size undefined

2018-03-30 Thread Andrew Brownsword
I am attempting to build the latest release of CMake on my ARM-based Ubuntu system. The bootstrap works fine, however the make fails with a bunch of error messages which all look like variations on this one: In file included from /home/andrew/cmake/cmake-3.11.0/Source/cmCryptoHash.cxx:5: /home

[CMake] find_package not finding Threads

2018-03-30 Thread Andrew Brownsword
I have an Ubuntu 16.04 ARMv7 system upon which I have built CLang 7.0 and am now trying to use it to build my CMake-based project that was previously working with the CLang 3.8.0 that I had installed via apt-get. The new compiler does appear to be selected correctly when I run cmake. The run f

Re: [CMake] [ANNOUNCE] CMake 3.11.0 available for download

2018-03-30 Thread Isaiah Norton
> > A "CMAKE_JOB_POOLS" variable was added specify a value to use for > the "JOB_POOLS" property. This enables control over build > parallelism with command line configuration parameters when using > the Ninja generator. > Does this work with ExternalProject sub-builds? If not, I would sugge