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