Re: [cmake-developers] Nightly Binary not building on windows

2012-03-01 Thread Rolf Eike Beer
The Linux nightly fails the same way: CMake Error at CMakeLists.txt:55 (message): ImageMagick_FOUND is set but no version number is defined Call Stack (most recent call first): CMakeLists.txt:65 (check_version_string) I have removed the requirement for ImageMagick version string

[cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Bill Hoffman
The nightly binary for CMake is not building because of a test failure: http://open.cdash.org/testDetails.php?test=136868750build=2046004 CMake Error at CMakeLists.txt:52 (message): Subversion_VERSION_SVN has unexpected content Call Stack (most recent call first): CMakeLists.txt:74

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Eric Noulard
2012/2/28 Bill Hoffman bill.hoff...@kitware.com: The nightly binary for CMake is not building because of a test failure: http://open.cdash.org/testDetails.php?test=136868750build=2046004 CMake Error at CMakeLists.txt:52 (message):  Subversion_VERSION_SVN has unexpected content Call Stack

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Bill Hoffman
On 2/28/2012 1:14 PM, Eric Noulard wrote: 2012/2/28 Bill Hoffmanbill.hoff...@kitware.com: The nightly binary for CMake is not building because of a test failure: http://open.cdash.org/testDetails.php?test=136868750build=2046004 CMake Error at CMakeLists.txt:52 (message):

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread David Cole
On Tue, Feb 28, 2012 at 1:25 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 2/28/2012 1:14 PM, Eric Noulard wrote: 2012/2/28 Bill Hoffmanbill.hoff...@kitware.com: The nightly binary for CMake is not building because of a test failure:

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Bill Hoffman
On 2/28/2012 1:38 PM, David Cole wrote: Wait for Eike to reply here. He's been requiring version variables to be set if the package is found in this test. I'm sure he'll either patch this up so it works or exclude svn from the version variable test depending on how hard it is to detect this

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Brad King
On 2/28/2012 1:53 PM, Bill Hoffman wrote: No matter what find_package(foo) Can not cause an error at CMake time. That isn't the line causing the error. It's the AllFindModules test that wants to know that the returned version information is as expected. This is a real test failure because

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Bill Hoffman
On 2/28/2012 1:57 PM, Brad King wrote: On 2/28/2012 1:53 PM, Bill Hoffman wrote: No matter what find_package(foo) Can not cause an error at CMake time. That isn't the line causing the error. It's the AllFindModules test that wants to know that the returned version information is as

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Brad King
On 2/28/2012 2:09 PM, Bill Hoffman wrote: On 2/28/2012 1:57 PM, Brad King wrote: On 2/28/2012 1:53 PM, Bill Hoffman wrote: That isn't the line causing the error. It's the AllFindModules test that wants to know that the returned version information is as expected. This is a real test failure

Re: [cmake-developers] Nightly Binary not building on windows

2012-02-28 Thread Rolf Eike Beer
Am Dienstag, 28. Februar 2012, 14:20:27 schrieb Brad King: On 2/28/2012 2:09 PM, Bill Hoffman wrote: On 2/28/2012 1:57 PM, Brad King wrote: On 2/28/2012 1:53 PM, Bill Hoffman wrote: That isn't the line causing the error. It's the AllFindModules test that wants to know that the returned