Skip to content

Commit

Permalink
CMake 2.8.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Jan 16, 2014
1 parent 80e4048 commit 0b3781e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog.manual
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Changes in CMake 2.8.12.2 (since 2.8.12.1)
------------------------------------------
Brad King (4):
VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)
Replace <OBJECT_DIR> rule placeholder consistently (#14667)
VS: Convert include path to backslashes for VS >= 10
Revert "Ninja: Track configured files so we can regenerate them."

Rolf Eike Beer (1):
FindOpenMP: fix detecting compilers that do not need any special flag (#14567)

Ruslan Baratov (1):
Xcode: Fix storyboard view

Ted Kremenek (1):
CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1

Changes in CMake 2.8.12.1 (since 2.8.12)
----------------------------------------
Brad King (9):
Expand Down
2 changes: 1 addition & 1 deletion Source/CMakeVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set(CMake_VERSION_MAJOR 2)
set(CMake_VERSION_MINOR 8)
set(CMake_VERSION_PATCH 12)
set(CMake_VERSION_TWEAK 1)
set(CMake_VERSION_TWEAK 2)
#set(CMake_VERSION_RC 0)

0 comments on commit 0b3781e

Please sign in to comment.