diff options
author | David Cole <david.cole@kitware.com> | 2011-06-27 10:59:58 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-06-27 10:59:58 (GMT) |
commit | 73c12803e6c672ba5c441d2049ef22cfbc12873e (patch) | |
tree | b0c954127e08a06ca1eccc89e79ddb653b5ea0e3 /ChangeLog.manual | |
parent | 8d7884c84a6071a282a61c992e41391834788d51 (diff) | |
download | CMake-73c12803e6c672ba5c441d2049ef22cfbc12873e.zip CMake-73c12803e6c672ba5c441d2049ef22cfbc12873e.tar.gz CMake-73c12803e6c672ba5c441d2049ef22cfbc12873e.tar.bz2 |
CMake 2.8.5-rc3 include regression fix
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index e9694f4..02a4307 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,5 +1,11 @@ Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2) -------------------------------------------- +Bill Hoffman (4): + Use devenv instead of msbuild for vs2010. + Revert "With very long file names, VS 2010 was unable to compile files." + Use relative paths for custom command inputs. + Look for VCExpress as a possible build tool as well as devenv. + Brad King (3): KWSys: Recognize color TERM=screen-256color-bce (#12287) find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248) |