Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kamil Dudka
CMake
Commits
3bff90f8
Commit
3bff90f8
authored
11 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
CMake 2.8.11.2
parent
acff7297
No related branches found
Branches containing commit
Tags
v2.8.11.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.manual
+18
-0
18 additions, 0 deletions
ChangeLog.manual
Source/CMakeVersion.cmake
+1
-1
1 addition, 1 deletion
Source/CMakeVersion.cmake
with
19 additions
and
1 deletion
ChangeLog.manual
+
18
−
0
View file @
3bff90f8
Changes in CMake 2.8.11.2 (since 2.8.11.1)
------------------------------------------
Alex Neundorf (1):
asm support: adapt to changes in CMakeDetectCompiler in 2.8.10
Bjoern Thiel (1):
SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
Brad King (5):
cmCryptoHash: Increase alignment of HashFile buffer
cmcurl: Backport curl bug 1192 fix (#14250)
VS12: Add Visual Studio 12 generator (#14251)
VS12: Generate flag tables from MSBuild v120 tool files
FindBoost: Add -vc120 mangling for VS 12
Robert Maynard (1):
VS: Clarify Visual Studio product year for each version
Changes in CMake 2.8.11.1 (since 2.8.11)
----------------------------------------
Brad King (5):
...
...
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
+
1
−
1
View file @
3bff90f8
...
...
@@ -2,5 +2,5 @@
set
(
CMake_VERSION_MAJOR 2
)
set
(
CMake_VERSION_MINOR 8
)
set
(
CMake_VERSION_PATCH 11
)
set
(
CMake_VERSION_TWEAK
1
)
set
(
CMake_VERSION_TWEAK
2
)
#set(CMake_VERSION_RC 0)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment