File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
27
Changes in CMake 2.8.12 (since 2.8.12-rc4)
2
28
------------------------------------------
3
29
Brad King (4):
Original file line number Diff line number Diff line change 2
2
set (CMake_VERSION_MAJOR 2)
3
3
set (CMake_VERSION_MINOR 8)
4
4
set (CMake_VERSION_PATCH 12)
5
- set (CMake_VERSION_TWEAK 0 )
5
+ set (CMake_VERSION_TWEAK 1 )
6
6
#set(CMake_VERSION_RC 0)
You can’t perform that action at this time.
0 commit comments