SHA256
1
0
forked from pool/cmake
OBS User unknown
2008-07-08 14:37:19 +00:00
committed by Git OBS Bridge
parent 3bca3fb7f4
commit 24bf1ba89d
5 changed files with 64 additions and 22 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Jul 2 14:58:58 CEST 2008 - dmueller@suse.de
- update to 2.6.1-RC6:
* Fix DEFINITIONS property to be compatible with 2.4
* FindGettext.cmake fix bug #7230: don't ignore first parameter if it's
not ALL
* Add support for component based packages in cpack.
* Fix FindKDE3.cmake to not add flags if kde3 is not found
* Fix FindMatlab.cmake, FindOpenSSL.cmake, FindQt3.cmake,
FindSWIG.cmake, to only error if it is required
* Change to find_*, a new HINTS keyword was added to avoid the
need for NO_DEFAULT_PATH, and a repeated call to find_*
* Update all NO_DEFAULT_PATH usage in Modules/Find*
* Fix for cpack self extracting .sh files to work with more shells
* FindQt4 now finds dependencies for some qt modules
* Give a message if rpath is changed during install
* rpath changer during install understands symlinks now
* FindQt4 - make Qt not found if the QtCore library can't be found.
* UseQt4 - only add flags for modles that are used
* Fix incorrect extension extraction in gcc cross compiler check
* Add a way to modify depend scanning with the property:
IMPLICIT_DEPENDS_INCLUDE_TRANSFORM
* Fix -Wno-dev to not eat path to source tree
* Fix FindBoost version variable names to correct bug in Boost version
* Fix bug 0006990 CMake crashes with bad input to
set_source_files_properties
* Fix bug in FindCurses where you could not run cmake twice
-------------------------------------------------------------------
Thu Jun 12 17:59:52 CEST 2008 - mrdocs@opensuse.org
- add %ifdefs to disable the cmake gui for non-Suse distros