Re: [CMake] requiring parallel building but sequential linking

2019-02-17 Thread Craig Scott
On Mon, Feb 18, 2019 at 9:35 AM Domen Vrankar wrote: > Hi, > > I'm building llvm project with CMake. > While build process is compiling the code I prefer running "make -j3" on > my 4 core pc (bumping processor to 100% on 3 of 4 cores and using up ~5 GB > of ram - part of it is system and not

[CMake] requiring parallel building but sequential linking

2019-02-17 Thread Domen Vrankar
Hi, I'm building llvm project with CMake. While build process is compiling the code I prefer running "make -j3" on my 4 core pc (bumping processor to 100% on 3 of 4 cores and using up ~5 GB of ram - part of it is system and not build related). While build process is linking I must run "make" with

Re: [CMake] requiring parallel building but sequential linking

2019-02-17 Thread Eric Noulard
Le lun. 18 févr. 2019 à 00:01, Craig Scott a écrit : > > > On Mon, Feb 18, 2019 at 9:35 AM Domen Vrankar > wrote: > >> Hi, >> >> I'm building llvm project with CMake. >> While build process is compiling the code I prefer running "make -j3" on >> my 4 core pc (bumping processor to 100% on 3 of 4

[Cmake-commits] CMake branch, master, updated. v3.14.0-rc2-100-gf1235fd

2019-02-17 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index c6f1f68..6af2c8e 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 14) -set(CMake_VERSION_PATCH 20190217) +set(CMake_VER