diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-21 14:26:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-21 14:26:06 (GMT) |
commit | 8913cbffdee9fdff52e18e1ed795277c68acfc2c (patch) | |
tree | 9e7eb39f242efecf3230f4b2885e050be638c71c /ChangeLog.manual | |
parent | f29d881d3df6a52e1f92e946681f393aec5903ee (diff) | |
download | CMake-8913cbffdee9fdff52e18e1ed795277c68acfc2c.zip CMake-8913cbffdee9fdff52e18e1ed795277c68acfc2c.tar.gz CMake-8913cbffdee9fdff52e18e1ed795277c68acfc2c.tar.bz2 |
ENH: move stuff from main tree
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index 081bb38..ec2b9d0 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,5 +1,17 @@ Changes in CMake 2.4.1 +* allow the cache to be saved even if a fatal error occurs + +* fix bug in relative path subdir and add_subdirectoy commands + +* support in vs for two object files with the same name + +* short file names used for library paths in visual studio + +* package target only shows up when you have cpack config files + +* Use dl and not -ldl for adding in the dynamic library + * Fix check c/cxx source compiles macros to not clobber log files * Fix nmake version detection of cl and create correct pdb files |