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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Alex Ghosh
CMake
Commits
5971063a
Commit
5971063a
authored
13 years ago
by
David Cole
Browse files
Options
Downloads
Patches
Plain Diff
CMake 2.8.6
parent
fd989007
No related branches found
Branches containing commit
Tags
v2.8.5
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChangeLog.manual
+29
-0
29 additions, 0 deletions
ChangeLog.manual
with
30 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
5971063a
...
...
@@ -420,7 +420,7 @@ SET(CMake_VERSION_MAJOR 2)
SET
(
CMake_VERSION_MINOR 8
)
SET
(
CMake_VERSION_PATCH 6
)
SET
(
CMake_VERSION_TWEAK 0
)
SET
(
CMake_VERSION_RC 4
)
#
SET(CMake_VERSION_RC 4)
# Releases define a tweak level.
IF
(
DEFINED CMake_VERSION_TWEAK
)
...
...
This diff is collapsed.
Click to expand it.
ChangeLog.manual
+
29
−
0
View file @
5971063a
Changes in CMake 2.8.6 (since 2.8.6-rc4)
----------------------------------------
Alex Neundorf (5):
Remove trailing whitespace
Minor improvements to the UsePkgConfig.cmake docs
Remove trailing whitespace
Improve behaviour of --find-package mode with try_run/try_compile
Use makefile->IssueMessage() for better error messages
Bill Hoffman (2):
Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE.
Also, check for 11.x as an intel fortran version.
Brad King (2):
Add Visual Studio 11 generator for x86 and x64 tools
Teach our tests about special cases for VS 11
David Cole (1):
CTestCustom.cmake: Ignore clang's summary warning
Philip Lowman (1):
FindBullet: Also search for _Debug postfixed library names
Raphael Kubo da Costa (1):
Fix typo in set_target_properties' documentation.
Rolf Eike Beer (1):
Fix typo in UsePkgConfig.cmake
Changes in CMake 2.8.6-rc4 (since 2.8.6-rc3)
--------------------------------------------
Alex Neundorf (3):
...
...
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