Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Philippe Lebel
CMake
Commits
330db97e
Commit
330db97e
authored
Aug 15, 2013
by
Brad King
Browse files
CMake 2.8.12-rc1
parent
8da09f6e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog.manual
View file @
330db97e
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
View file @
330db97e
# CMake version number components.
set
(
CMake_VERSION_MAJOR 2
)
set
(
CMake_VERSION_MINOR 8
)
set
(
CMake_VERSION_PATCH 1
1
)
set
(
CMake_VERSION_TWEAK
20130815
)
#
set(CMake_VERSION_RC 1)
set
(
CMake_VERSION_PATCH 1
2
)
set
(
CMake_VERSION_TWEAK
0
)
set
(
CMake_VERSION_RC 1
)
Source/cmExportInstallFileGenerator.cxx
View file @
330db97e
...
...
@@ -162,7 +162,7 @@ bool cmExportInstallFileGenerator::GenerateMainFile(std::ostream& os)
if
(
require2_8_12
)
{
this
->
GenerateRequiredCMakeVersion
(
os
,
"2.8.1
1.20130626
"
);
this
->
GenerateRequiredCMakeVersion
(
os
,
"2.8.1
2
"
);
}
// Now load per-configuration properties for them.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment