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
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
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,
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
> 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
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
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
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
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
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
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
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_
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
13 matches
Mail list logo