I have pushed a solution for this issue, if the dashboard stays green
the fix will go into a future RC.
On Tue, Aug 27, 2013 at 8:37 PM, Clifford Yapp wrote:
> I finally got it boiled down to a relatively simple test case - see
>
> http://brlcad.org/~starseeker/Ninja-Problem-CMakeLists.txt
>
> Th
I finally got it boiled down to a relatively simple test case - see
http://brlcad.org/~starseeker/Ninja-Problem-CMakeLists.txt
This is what I'm seeing here with that test:
user@machine:~/brlcad/build$ rm -rf * && cmake .. -G Ninja
-- The C compiler identification is GNU 4.7.3
-- The CXX compiler
Thank you for digging into what is causing the problem.
On Tue, Aug 27, 2013 at 7:56 AM, Clifford Yapp wrote:
> On Mon, Aug 26, 2013 at 9:49 PM, Clifford Yapp wrote:
>
>> After turning off all the src and doc subdirectories, I can still
>> trigger the rebuild - here's the diff between the CMake
On Mon, Aug 26, 2013 at 9:49 PM, Clifford Yapp wrote:
> After turning off all the src and doc subdirectories, I can still
> trigger the rebuild - here's the diff between the CMake outputs in the
> 4a6397a70c2b467b1285be4c0bae7533eb16f5e0 and
> ad502502dfee281e5b0ad8ac57057d72220b4380 generated bu
On Mon, Aug 26, 2013 at 12:32 PM, Robert Maynard
wrote:
> I am able to replicate this problem with the 2.8.12rc1. Are you able
> to construct a minimal test case so I can dig into why this is
> happening?
Robert,
So far I haven't had much luck creating a minimal test case, but I
think I've pinpo
On Mon, Aug 26, 2013 at 9:28 PM, Clifford Yapp wrote:
>
> I'll see if I can dig any deeper.
After turning off all the src and doc subdirectories, I can still
trigger the rebuild - here's the diff between the CMake outputs in the
4a6397a70c2b467b1285be4c0bae7533eb16f5e0 and
ad502502dfee281e5b0ad8a
I am able to replicate this problem with the 2.8.12rc1. Are you able
to construct a minimal test case so I can dig into why this is
happening?
On Tue, Aug 20, 2013 at 10:33 PM, Clifford Yapp wrote:
> Just as a datapoint, the Ninja build of BRL-CAD when performed with
> this version of CMake resul
Just as a datapoint, the Ninja build of BRL-CAD when performed with
this version of CMake results in Ninja re-running CMake every time
before building. Is anyone else seeing this behaviour? I don't see
it with the 2.8.11.2 release. Upgraded ninja to the latest github
build just to be sure I wasn
I am happy to announce that CMake 2.8.12 has entered the release
candidate stage.
You can find the source and binaries here:
http://www.cmake.org/files/v2.8/?C=M;O=D
Some of the notable changes in this release are:
- Introduced target_compile_options command
- Specify compile options to use wh