Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,689
Issues
2,689
List
Boards
Labels
Milestones
Merge Requests
24
Merge Requests
24
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
7f662c5c
Commit
7f662c5c
authored
Jun 22, 2010
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake 2.8.2-rc3
parent
9d7fa8b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.manual
ChangeLog.manual
+22
-0
No files found.
CMakeLists.txt
View file @
7f662c5c
...
...
@@ -341,7 +341,7 @@ SET(CMake_VERSION_MAJOR 2)
SET
(
CMake_VERSION_MINOR 8
)
SET
(
CMake_VERSION_PATCH 2
)
SET
(
CMake_VERSION_TWEAK 0
)
SET
(
CMake_VERSION_RC
2
)
SET
(
CMake_VERSION_RC
3
)
# Releases define a tweak level.
IF
(
DEFINED CMake_VERSION_TWEAK
)
...
...
ChangeLog.manual
View file @
7f662c5c
Changes in CMake 2.8.2-rc3 (since 2.8.2-rc2)
--------------------------------------------
Brad King (1):
Preserve ENV{MAKEFLAGS} in CMake script mode
David Cole (4):
Remove "Microsoft Visual Studio .NET" from VS8 and VS9 find modules.
Use full path file names in generate.stamp.list.
Use full path file names to express dependencies.
Look in the ctest ini file for GitCommand.
James Bigler (2):
Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.
CUDA_VERSION variable passed to REGEX needs quotes to work when not defined.
Mathieu Malaterre (1):
Cleanup FindDCMTK (using foreach). Fix linking on win32 static libs.
Zach Mullen (2):
Do not exit if stoptime is passed.
Document ctest_build() TARGET option
Changes in CMake 2.8.2-rc2 (since 2.8.2-rc1)
--------------------------------------------
...
...
Write
Preview
Markdown
is supported
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