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
4abdee6b
Commit
4abdee6b
authored
11 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
CMake 2.8.12.1
parent
30630113
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
ChangeLog.manual
+26
-0
26 additions, 0 deletions
ChangeLog.manual
Source/CMakeVersion.cmake
+1
-1
1 addition, 1 deletion
Source/CMakeVersion.cmake
with
27 additions
and
1 deletion
ChangeLog.manual
+
26
−
0
View file @
4abdee6b
Changes in CMake 2.8.12.1 (since 2.8.12)
----------------------------------------
Brad King (9):
MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492)
Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)
Check for OBJECT_LIBRARY source files at start of generation
CMP0022: Plain target_link_libraries must populate link interface
Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets
CMP0022: Warn about a given target at most once
Fix summary documentation of INTERFACE_LINK_LIBRARIES
file(GENERATE): Clear internal records between configures
cmake: Validate -E cmake_automoc argument count (#14545)
Modestas Vainius (1):
Fix spelling in INTERFACE_LINK_LIBRARIES documentation (#14542)
Stephen Kelly (5):
CMP0022: Output link interface mismatch for static library warning
Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
CMP0022: Add unit test for null pointer check and message.
CMP0022: Add test for target_link_libraries plain signature
Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)
Vladislav Vinogradov (1):
FindCUDA: Fix NPP library search for CUDA 5.5
Changes in CMake 2.8.12 (since 2.8.12-rc4)
------------------------------------------
Brad King (4):
...
...
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
+
1
−
1
View file @
4abdee6b
...
...
@@ -2,5 +2,5 @@
set
(
CMake_VERSION_MAJOR 2
)
set
(
CMake_VERSION_MINOR 8
)
set
(
CMake_VERSION_PATCH 12
)
set
(
CMake_VERSION_TWEAK
0
)
set
(
CMake_VERSION_TWEAK
1
)
#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