SHA256
1
0
forked from pool/cmake
OBS User unknown
2009-05-07 02:31:24 +00:00
committed by Git OBS Bridge
parent 44c600de86
commit f20c491027
4 changed files with 42 additions and 13 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon May 4 13:35:13 CEST 2009 - puzel@suse.cz
- updated to 2.6.4
- Fix: ctest system information was not always correct on linux
- Fix transitive linking of imported libraries
- Fix CDash only submit with ctest_submit
- Fix scope issue with CMAKE_CURRENT_LIST_FILE and macros
- Fix crash in include_directories
- Do not warn if LIBPATH is not set for nmake
- No longer mark header files as HEADER_FILE_ONLY automatically,
this gets rid of the ugly red marks in Visual Stuido
- Enforce unique binary directories
- Clarify docs of old *_OUTPUT_PATH vars
- Fix svn update logic for modified files
- Add get_filename_component(... REALPATH)
-------------------------------------------------------------------
Wed Mar 11 11:13:27 CET 2009 - dmueller@suse.de