[CMake] CMake 2.8.3-rc4 ready for testing!

Clinton Stimpson clinton at elemtech.com
Fri Oct 29 19:09:54 EDT 2010


On Friday, October 29, 2010 04:45:10 pm John Drescher wrote:
> On Fri, Oct 29, 2010 at 6:03 PM, David Cole <david.cole at kitware.com> wrote:
> > The CMake 2.8.3 release candidate stream continues!
> > You can find the source and binaries here:
> > http://www.cmake.org/files/v2.8/?C=M;O=D
> > 
> > EXCEPT: There are not yet Irix or Sun pre-built binary
> > installers available for CMake 2.8.3-rc4. There is a
> > failing (HTML documentation validity checking) test on
> > some platforms that appears to be unrelated to any CMake
> > source code changes. That test failure is preventing the
> > release building process from completing today on those
> > platforms. If that issue clears up soon, I'll re-do the
> > installers on those platforms. If not, just use rc3, or
> > build from source. We'll address this before the final
> > release.
> > 
> > This will be the LAST release candidate for 2.8.3
> > unless a major regression is reported. So please
> > try it on your projects and let us know right away
> > about any problems.
> 
> I know its probably too late for 2.8.3 but can someone please look at
> the following bug:
> http://cmake.org/Bug/view.php?id=11206
> 
> This affects me on every single (in house) release of my application.

A workaround is to do a monolithic install.
SET(CPACK_MONOLITHIC_INSTALL 1)
...
INCLUDE(CPack)

Does that not work for you?

Clint


More information about the CMake mailing list