Jump to letter: [
CEFGKLPQSUX
]
cmake: Cross-platform, open-source make system
| Name: | cmake |
Vendor: | openSUSE Build Service |
| Version: | 2.6.2 |
License: | BSD 3-Clause |
| Release: | 22.1 |
URL: | http://www.cmake.org/ |
- Summary
- CMake is a cross-platform, open-source make system
Authors:
--------
Kitware, Inc., Insight Consortium
Changelog
- * Mon Oct 13 14:00:00 2008 dmueller@suse.de
- Fix Detection of IBM Java (needed for PPC build of Java modules)
- * Tue Sep 30 14:00:00 2008 puzel@suse.cz
- update to 2.6.2:
- Fixed: cpack did not work when sym-linked after install
- Add beta BundleUtilities.cmake file
- CPackRPM 7435 fixes to add optional post-install
- Fixed: FindBoost versioned find not working
- Fix FindCurses to be able to work without ncurses.h
- FindQt4 fixed: add a bit more documentation and add ability
to specify extra flags to lupdate.
- Fixed: make llvm-gcc work, by explicitely excluding
"llvm-" from _CMAKE_TOOLCHAIN_PREFIX
- Fixed: OS X Framework support: extensionless headers were
being ignored when specified as public headers
- Fix documentation in CheckCCompilerFlag.cmake
- Add better version support to find_package command
- Fix Xcode debug not working
- Add VERSION compare to if command
- Make FindThreads sete THREADS_FOUND
- Deb cpack generator sets Installed-Size for the package
- Do not add an empty /D"" at the end of VS 6 .dsp compile lines
- Recognize /MAP in VS 7 and greater
- Add new policy CMP0009 - GLOB_RECURSE should not follow symlinks by
default
- many other bugfixes - see changelog
- * Sun Aug 3 14:00:00 2008 dmueller@suse.de
- update to 2.6.1:
* Fix for bug 7427, preinstall target name hard coded