diff options
author | Brad King <brad.king@kitware.com> | 2010-03-04 20:39:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-03-05 13:19:39 (GMT) |
commit | 6dde1543130c63f6fefd23e8791d1b9e9639aa4b (patch) | |
tree | 460565c688b95b51ab0345f12ff8dd9f8f42697f /ChangeLog.manual | |
parent | f195a131cc8b216f8e729179ca8ffac7be2dfe06 (diff) | |
download | CMake-6dde1543130c63f6fefd23e8791d1b9e9639aa4b.zip CMake-6dde1543130c63f6fefd23e8791d1b9e9639aa4b.tar.gz CMake-6dde1543130c63f6fefd23e8791d1b9e9639aa4b.tar.bz2 |
CMake 2.8.1-rc4
This commit cherry-picks and squashes the following commits:
4685872 "FortranCInterface: Fix PathScale detection..." (2010-02-16)
b39fe94 "Fix problem with ExternalProject test..." (2010-02-17)
70290e1 "Add support for QtDeclartive module" (2010-02-17)
282ba89 "Clarify CMAKE_MODULE_PATH documentation" (2010-02-18)
4eba05d "Suppress GNU flag -fPIC on Windows" (2010-02-19)
57efb4a "BUG: We shouldn't be setting the HideWindow..." (2010-02-19)
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index a4dc089..9145d21 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,10 @@ +Changes in CMake 2.8.1 RC 4 +- CTest: Do not hide test GUI windows (fixes 2.8.0 regression) +- Documentation: Clarify CMAKE_MODULE_PATH variable +- FindQt4: Add support for QtDeclartive module +- FortranCInterface: Fix PathScale detection +- Suppress GNU flag -fPIC on Windows (fixes 2.8.1-rc1 regression) + Changes in CMake 2.8.1 RC 3 - Add CMAKE_XCODE_ATTRIBUTE_<attr> interface to set compiler (#9125) - Fix Eclipse files for targets in subdirectories (#9978) |