Skip to content

Commit 4abdee6

Browse files
committed
CMake 2.8.12.1
1 parent 3063011 commit 4abdee6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

ChangeLog.manual

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Changes in CMake 2.8.12.1 (since 2.8.12)
2+
----------------------------------------
3+
Brad King (9):
4+
MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492)
5+
Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)
6+
Check for OBJECT_LIBRARY source files at start of generation
7+
CMP0022: Plain target_link_libraries must populate link interface
8+
Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets
9+
CMP0022: Warn about a given target at most once
10+
Fix summary documentation of INTERFACE_LINK_LIBRARIES
11+
file(GENERATE): Clear internal records between configures
12+
cmake: Validate -E cmake_automoc argument count (#14545)
13+
14+
Modestas Vainius (1):
15+
Fix spelling in INTERFACE_LINK_LIBRARIES documentation (#14542)
16+
17+
Stephen Kelly (5):
18+
CMP0022: Output link interface mismatch for static library warning
19+
Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
20+
CMP0022: Add unit test for null pointer check and message.
21+
CMP0022: Add test for target_link_libraries plain signature
22+
Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)
23+
24+
Vladislav Vinogradov (1):
25+
FindCUDA: Fix NPP library search for CUDA 5.5
26+
127
Changes in CMake 2.8.12 (since 2.8.12-rc4)
228
------------------------------------------
329
Brad King (4):

Source/CMakeVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set(CMake_VERSION_MAJOR 2)
33
set(CMake_VERSION_MINOR 8)
44
set(CMake_VERSION_PATCH 12)
5-
set(CMake_VERSION_TWEAK 0)
5+
set(CMake_VERSION_TWEAK 1)
66
#set(CMake_VERSION_RC 0)

0 commit comments

Comments
 (0)