Re: [CMake] cmake build of LLVM: HAVE_CXX_ATOMICS_WITHOUT_LIB test failure

2019-04-12 Thread SC Warrior
Thanks for your response Shoaib. I've got it building now. It required modifying the LLVM cmake scripts to include the libraries. 3.7 is a hard requirement. Cache file, great. Thanks! On Thu, Apr 11, 2019 at 2:09 PM Shoaib Meenai wrote: > llvm-...@lists.llvm.org would also be a good place t

Re: [CMake] Make Visual Studio stop on error

2019-04-12 Thread J Decker
well you can just ctrl-break and stop it. a lot of times changing things doesn't cause everything to rebuild, so while fixing that small nuisance ... ya nevermind. On Fri, Apr 12, 2019 at 2:06 PM Rob Boehne wrote: > Thank you! > > But wow, I’m shocked that it can’t do this. It’s surprising that

Re: [CMake] Make Visual Studio stop on error

2019-04-12 Thread Rob Boehne
Thank you! But wow, I’m shocked that it can’t do this. It’s surprising that it’s not the default, let alone needs an add-on. From: CMake on behalf of frodak17 Date: Friday, April 12, 2019 at 9:33 AM Cc: "cmake@cmake.org" Subject: Re: [CMake] Make Visual Studio stop on error On Fri, Apr 12,

Re: [CMake] Run a single test without parallelism

2019-04-12 Thread Dzenan Zukic via CMake
Thank you, that's exactly what I was looking for! On Fri, Apr 12, 2019 at 12:19 PM Sergei Nikulov wrote: > Check RUN_SERIAL option for test > > > https://cmake.org/cmake/help/v3.14/prop_test/RUN_SERIAL.html?highlight=run_serial > > > пт, 12 апр. 2019 г., 19:09 Dzenan Zukic via CMake : > >> Hi ev

Re: [CMake] Support for Boost 1.70.0

2019-04-12 Thread Stephan Menzel
> On 12. Apr 2019, at 17:48, Michael Ellery wrote: > > oh, sorry I misunderstood. How did you build/install boost on windows All ‘normal’ boostrap, build. With tagged filenames. Files look very much like I expect them to look. This will actually be the 50th boost version I’ll be using so I th

Re: [CMake] Run a single test without parallelism

2019-04-12 Thread Sergei Nikulov
Check RUN_SERIAL option for test https://cmake.org/cmake/help/v3.14/prop_test/RUN_SERIAL.html?highlight=run_serial пт, 12 апр. 2019 г., 19:09 Dzenan Zukic via CMake : > Hi everybody, > > is there a way to prevent a test being run concurrently? I have a few > tests which consume gigabytes of RAM

[CMake] Run a single test without parallelism

2019-04-12 Thread Dzenan Zukic via CMake
Hi everybody, is there a way to prevent a test being run concurrently? I have a few tests which consume gigabytes of RAM, and when tests are being run in parallel (e.g. -j5) some of them non-deterministically fail due to memory allocation errors. Running most of the tests in parallel is an imperat

Re: [CMake] Support for Boost 1.70.0

2019-04-12 Thread Michael Ellery
oh, sorry I misunderstood. How did you build/install boost on windows? I’m not sure what “Variable View” is…is that a CMake gui thing? Since it’s only complaining about a few libraries, is it possible that those three didn’t actually successfully build for one reason or another — maybe check th

[CMake] [ANNOUNCE] CMake 3.14.2 available for download

2019-04-12 Thread Robert Maynard via CMake
We are pleased to announce that CMake 3.14.2 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.14.2 since 3.14.1: Brad

Re: [CMake] Support for Boost 1.70.0

2019-04-12 Thread Stephan Menzel
Hello Michael, thanks for your response. On Fri, Apr 12, 2019 at 4:02 PM Michael Ellery wrote: > whenever I use bleeding-edge boost, I try to grab the latest FindBoost: > https://github.com/Kitware/CMake/commits/master/Modules/FindBoost.cmake > > ..in particular, you probably want > https://git

Re: [CMake] Support for Boost 1.70.0

2019-04-12 Thread Michael Ellery
whenever I use bleeding-edge boost, I try to grab the latest FindBoost: https://github.com/Kitware/CMake/commits/master/Modules/FindBoost.cmake ..in particular, you probably want https://github.com/Kitware/CMake/commit/266808c4130a0b40aed236381707462a9368a1eb#diff-555801259d7df67368f7deab1f9de

[CMake] Support for Boost 1.70.0

2019-04-12 Thread Stephan Menzel
Hello List, Boost 1.70.0 was just released and I'm integrating it into our projects. I notice FindBoost doesn't do the trick on Windows (MSVC141) anymore, on Linux / G++ it works fine. Here's what I do: set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_

Re: [CMake] AUTOMOC does not process headers in subdirectory of include/

2019-04-12 Thread Mario Emmenlauer
Anyone? On 10.04.19 14:48, Mario Emmenlauer wrote: > > Dear all, > > we have a problem that Qt moc is only called for headers in the > include directory of the project, not for subdirectories. Attached > is a minimal example. cmake should call moc to generate the moc- > sources in MyQtWidgets_a