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
Libor Bukata
CMake
Commits
4bb80396
Commit
4bb80396
authored
Feb 19, 2014
by
Brad King
💬
Browse files
CMake 3.0.0-rc1 version update
parent
f8ccb6d0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Modules/FindGTK2.cmake
View file @
4bb80396
...
...
@@ -108,7 +108,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
# Version 1.6 (CMake
2.8.13
)
# Version 1.6 (CMake
3.0
)
# * Create targets for each library
# * Do not link libfreetype
# Version 1.5 (CMake 2.8.12)
...
...
Source/CMakeVersion.cmake
View file @
4bb80396
# CMake version number components.
set
(
CMake_VERSION_MAJOR
2
)
set
(
CMake_VERSION_MINOR
8
)
set
(
CMake_VERSION_PATCH
12
)
set
(
CMake_VERSION_TWEAK
20140219
)
#
set(CMake_VERSION_RC 1)
set
(
CMake_VERSION_MAJOR
3
)
set
(
CMake_VERSION_MINOR
0
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_TWEAK
0
)
set
(
CMake_VERSION_RC 1
)
Source/cmExportBuildFileGenerator.cxx
View file @
4bb80396
...
...
@@ -52,7 +52,7 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
}
if
(
te
->
GetType
()
==
cmTarget
::
INTERFACE_LIBRARY
)
{
this
->
GenerateRequiredCMakeVersion
(
os
,
DEVEL_CMAKE_VERSION
(
3
,
0
,
0
)
);
this
->
GenerateRequiredCMakeVersion
(
os
,
"3.0.0"
);
}
}
...
...
Source/cmExportInstallFileGenerator.cxx
View file @
4bb80396
...
...
@@ -176,7 +176,7 @@ bool cmExportInstallFileGenerator::GenerateMainFile(std::ostream& os)
if
(
require3_0_0
)
{
this
->
GenerateRequiredCMakeVersion
(
os
,
DEVEL_CMAKE_VERSION
(
3
,
0
,
0
)
);
this
->
GenerateRequiredCMakeVersion
(
os
,
"3.0.0"
);
}
else
if
(
require2_8_12
)
{
...
...
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