Re: [cmake-developers] Using CMake to build big projects with cross-dependencies

2018-05-17 Thread Bill Hoffman
On 5/17/2018 11:46 AM, Brad King wrote: On 05/17/2018 05:56 AM, Kinga Kasa wrote: cmake running for hours and hours (stuck at saying Configuring done, eventually it will finish, but it runs for hours). That's not expected. Even on projects with tens of thousands of source files and thousands

[cmake-developers] [ANNOUNCE] CMake 3.11.2 available for download

2018-05-17 Thread Robert Maynard
We are pleased to announce that CMake 3.11.2 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ * Calling "add_library()" to create an alias of an imported target that is not globally visible now causes an error again as it did

Re: [cmake-developers] Using CMake to build big projects with cross-dependencies

2018-05-17 Thread Brad King
On 05/17/2018 05:56 AM, Kinga Kasa wrote: > cmake running for hours and hours (stuck at saying Configuring done, > eventually it will finish, but it runs for hours). That's not expected. Even on projects with tens of thousands of source files and thousands of libraries and executables it

[cmake-developers] Using CMake to build big projects with cross-dependencies

2018-05-17 Thread Kinga Kasa
Dear CMake Developers Team, I have a question regarding CMake. We are currently working on a rather big project and we would like to build it with CMake. The structure of the project looks like the following: we have a root directory where we have 50+ subdirectories with projects in them with