[CMake] cmake 2.6.3 RC 11

Pau Garcia i Quiles pgquiles at elpauer.org
Sat Feb 7 10:42:15 EST 2009


FindQt4.cmake was broken by commit 1.137. I think the problem appears
when qt is installed in a path which contains ++ symbols but it might
be that there were 3 versions of Qt installed. I'm sorry I cannot give
more details but I'm at FOSDEM with limited computer & internet access
(writing from my nokia)

On 2/5/09, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> I have a release candidate (RC 11) for 2.6.3 ready for CMake.
>
>  This should be about the last one.  At this point I am only going to fix
> regressions from previous releases of CMake into 2.6.3, so please try this
> release.
>
>  Thanks.
>
>  The files can be found here:
>
>  http://www.cmake.org/files/v2.6/*RC-11*
>
>  The changes from 2.6.2 to 2.6.3 are as follows:
>
>  Changes in CMake 2.6.3 RC 11
>  - Fix old-style install to prefix top
>  - Fix Docs for relative paths in link_directories
>  - Fix OS X dylib version flags for more linkers
>  - Add some extra search paths for Haiku
>  - Fix FindDoxygen not respecting QUIET and REQUIRED
>  - Fix FindGDAL, FindLua50 FindLua51 FindMPEG2
>  - add FindOpenSceneGraph.cmake
>  - Fixes for FindOSG
>  - Fix FindQt4 find .moc files if there are spaces between # and
> include#8433.
>  - Change haiku to use dlopen functions and not BEOS stuff
>
>  Changes in CMake 2.6.3 RC 10
>  - Fix issue #7470. Allow spaces in the path names for CPack NSIS.
>  - Fix crash with set properties and empty values
>  - Enforce matching cmake_policy push/pop scope in scripts
>  - Document find_package refind
>  - add unset command
>  - add/fix many osg modules
>  - Fixes for FindBoost.cmake
>  - Fixes for FindDoxygen.cmake
>  - Fixes for FindFLTK.cmake
>  - Fix endif in FindKDE4.cmake
>  - Fix HEADER_FILE_ONLY with VS and midl files  #7845
>  - Add #7833 changes to support OSXX11 file associations
>  - Fix target ordering in VS IDE solution files
>  - Fix LOCATION property for Mac App Bundle targets
>  - Better diagnosis of mismatching logical blocks
>  - Improve scoping of policies (see cmake_policy and CMP0011)
>
>  Changes in CMake 2.6.3 RC 9
>  - Fix borland 55 build
>  - Pop a function scope even on error
>  - Provide variable CMAKE_VERSION
>
>  Changes in CMake 2.6.3 RC 8
>  - CMAKE_VERBOSE_MAKEFILE fix for KDevelop3
>  - FindGettext.cmake fix #8122
>  - FindPythonInterp.cmake find python 2.6 on windows
>  - cmake_minimum_required forward compatibility
>  - Fix (#7289) in cmDocumentationFormatterDocbook.cxx
>  - Fix #8203: codeblocks + mingw quoting issue
>  - Clean per-config export files during install
>  - Bug fixes for Eclipse CDT4 generator
>  - find_package refind when previously found file is removed
>  - Support '-' in target names for VS6
>  - Fix component-name test on installation
>  - Warn when build directory is too long
>  - Fix set cache FORCE and -D command line to work together
>  - Enable LOCATION property for imported targets
>  - Allow cmake-gui to be built by cmake 2.4
>  - Fix installation from read-only source file
>  - Fix for rc and vs6 -D flags
>  - Create DEBUG_CONFIGURATIONS global property
>
>  Changes in CMake 2.6.3 RC 7
>  - Add both 32/64-bit Program Files as windows paths
>  - Fix potential crash with ctest and log being null
>
>  Changes in CMake 2.6.3 RC 6
>  - Fix project(foo NONE) enable c later bug on OSX
>  - Fix Haiku default paths
>  - RPM Update generator to handle optional dependencies using Requires
>  - Fix FindCurses for Haiku
>  - Look for doxygen in more places
>  - Look for different expat names on windows
>  - FindLibxml2 use FindPkgConfig.cmake instead of UsePkgConfig.cmake,
>  - Add translations support to FindQt4.cmake
>  - FindWxWidgets Fixed placement of initial wxWidgets_FOUND=TRUE
>  - Fix GetPrerequisites.cmake to work with 0 libs
>  - Add support for Squish
>  - Make bundle startup optional in bundle generator
>  - Fix runtime search path ordering with symlinks (fix from RC4)
>  - Fix escaping of empty custom command argument on Windows
>  - Teach find_package more config file locations
>  - Fix scope of find_package definitions in find-modules
>  - Teach find_package to push/pop policies for version files
>
>  Changes in CMake 2.6.3 RC 5
>  - add EXCLUDE, INCLUDE to ctest_test command in ctest -S scripts
>  - Set CMAKE_SYSTEM in ctest -S scripts by reading CMakeDetermineSystem
>  - Fix for GetLibraryNamesInternal called on imported target issue on osx
>  - Add FortranCInterface.cmake module to discover Fortran/C interfaces
>  - Fix Fortran compiler specified with -D issue
>  - Add support for the MS masm and masm64 assemblers, works with nmake/make
>  - Improvments to FindQt4.cmake
>  - InstallRequiredSystemLibraries fix for win64
>  - Fix flags for Sun Fortran, and g77
>  - Fix imported library issue with OSX
>  - Fix -D and CACHE FORCE issue
>  - Have kwsys submit dashboards to cdash.org
>
>  Changes in CMake 2.6.3 RC 4
>  - Fix for SccProvider in visual studio
>  - fix for missing package_source target
>  - FindQt4 QT_PHONON_MODULE_DEPENDS fixes
>  - Fixes for GetPrerequisites.cmake system libraries on Mac and UNIX
>  - Merge in kwsys Haiku DynaimcLoader change
>  Changes in CMake 2.6.3 RC 3
>  - Merge in CMakeLists.txt curl Haiku change
>  Changes in CMake 2.6.3 RC 2
>  - Merge in more Haiku changes
>  Changes in CMake 2.6.3 RC 1
>  - Better reporting when nmake compiler environment is not correct
>  - Fix bug #5936 set locale when running cvs and svn
>  - Teach find_library to find OpenBSD-style libs (issue #3470).
>  - Fix lib/ to lib/64/ search path conversion
>  - Fix CPack DESTDIR issue
>  - Support longer command lines with windows nmake and make
>  - Fix bug with color check for dependency scanning
>  - Use new link info during dependency scanning
>  - Fix find_* search order with path suffixes
>  - Fix install with multiple configurations and makefiles.
>  - Improve find_package interface for recursive find modules.
>  - Fix build issues with older visual studio versions
>  - Fix Xcode release builds
>  - Put custom target sources in Xcode projects
>  - Fix return value from cmake -E time commands
>  - Fix documentation for cmake --debug-trycompile
>  - Add Haiku support
>  - Fix bug, allow enable_language to be called for C after CXX
>  - Add FindCoin3D.cmake
>  - Fix bug in FindGLUT.cmake
>  - Better find of perl in FindPerlLibs.cmake
>  - FindQt4 Fix #7784, Fix #7433
>  - FindQt4 refind qt when qmake changes
>  - Fix to find wxWidgets_LIB_DIR for windows platform more generally.
>  - Find ttkstup in FindTclStub.cmake
>  - Skip a command if its arguments fail to parse
>  - Fix convenience rule working directory
>  - Add support for source code control and visual stuido
>  - Add parenthetical expressions to if
>  - Fix Rc command with -D options and nmake
>  - Fix NSIS detection on windows 2000
>  - Display an error message in ccmake when there are errors
>
>
>
>  _______________________________________________
>  CMake mailing list
>  CMake at cmake.org
>  http://www.cmake.org/mailman/listinfo/cmake
>


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


More information about the CMake mailing list