Robert Maynard
704e3a2ca8
Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs
2019-07-09 09:37:55 -04:00
Brad King
06f1560a58
Merge topic 'build-install-rpath-genex'
...
d29ed8a114 BUILD_RPATH/INSTALL_RPATH: Add generator expression support
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3481
2019-06-26 07:14:04 -04:00
Brad King
9b68e4b183
Merge topic 'implicit-includes-realpath'
...
d88b38d05d Normalize paths when checking for implicit include dirs
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3467
2019-06-26 07:13:24 -04:00
Brad King
1e263065e1
Merge topic 'findmpi_use_interface_link_options'
...
39c572c9c9 FindMPI: Updated to use INTERFACE_LINK_OPTIONS
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3476
2019-06-26 07:12:24 -04:00
Brad King
c92f5f6a73
Merge topic 'FindMatlab/issue-19279-mex-compilation-error-on-attribute'
...
c2595a4958 FindMatlab: removing spaces in compiler define
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3473
2019-06-26 07:11:34 -04:00
Brad King
d770b95212
Merge topic 'protobuf-c++11'
...
e28240ea1f FindProtobuf: C++11 support is required since version 3.6.0
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3470
2019-06-26 07:10:43 -04:00
Brad King
119643f630
Merge topic 'find-testlist'
...
f68492912c Tests: reduce code duplication for CMake_TEST_Find*
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3471
2019-06-26 07:09:34 -04:00
Brad King
2919f65c24
Merge topic 'fix-xcode6-compilation'
...
1ff1f75718 Fix Xcode 6.1.1 compilation issue
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3480
2019-06-26 07:08:36 -04:00
Brad King
b39d240f5d
Merge branch 'release-3.15'
2019-06-26 07:06:30 -04:00
Brad King
30eee7702f
Merge topic 'export-targets-empty'
...
2ba5c37b3f export: Restore support for empty TARGETS list
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3484
2019-06-26 07:03:25 -04:00
Brad King
c864765496
Merge topic 'ninja-nvcc-rsp'
...
eda4c43879 Ninja: Fix CUDA device linking when using response files
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3482
2019-06-26 07:02:11 -04:00
Brad King
b51b6cc572
Merge topic 'iconv-c++11'
...
736f38ff34 FindIconv test: request C++11
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3469
2019-06-26 07:00:41 -04:00
Brad King
d7d282cd89
Merge topic 'doc-CMAKE_FRAMEWORK-crossref'
...
f57a53d43e Help: Document that CMAKE_FRAMEWORK initializes FRAMEWORK target prop
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3478
2019-06-26 06:59:33 -04:00
Brad King
2bbbc4ce1f
Merge branch 'doc-CMAKE_FRAMEWORK-crossref' into release-3.15
...
Merge-request: !3478
2019-06-26 06:56:37 -04:00
Brad King
edec1c2615
Merge branch 'export-targets-empty' into release-3.15
...
Merge-request: !3484
2019-06-26 06:53:40 -04:00
Kitware Robot
b598c64954
CMake Nightly Date Stamp
2019-06-26 00:01:07 -04:00
Brad King
2ba5c37b3f
export: Restore support for empty TARGETS list
...
Refactoring in commit f5acecaa6f (cmExportCommand: Port to
cmArgumentParser, 2019-03-23, v3.15.0-rc1~270^2~3) broke the `export`
command's support for specifying `TARGETS` with no entries. Fix it and
add a test case.
Fixes : #19415
2019-06-25 17:23:34 -04:00
Brad King
7113b94346
Merge branch 'ninja-nvcc-rsp' into release-3.15
...
Merge-request: !3482
2019-06-25 14:35:27 -04:00
Francisco Facioni
eda4c43879
Ninja: Fix CUDA device linking when using response files
...
Fix the logic added by commit d91b5a72cd (Ninja: Add support for CUDA
nvcc response files, 2019-05-30, v3.15.0-rc1~8^2) to always use the CUDA
compiler response file flag for response files during device linking.
2019-06-25 14:30:36 -04:00
Raffi Enficiaud
1ff1f75718
Fix Xcode 6.1.1 compilation issue
2019-06-25 17:34:56 +02:00
Kyle Edwards
d2ac3e3e59
Merge topic 'fix-cmp0095-notes'
...
dc764bd80d Help: Move CMP0095 into CMake 3.16 section
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3479
2019-06-25 11:02:13 -04:00
Kyle Edwards
d29ed8a114
BUILD_RPATH/INSTALL_RPATH: Add generator expression support
...
Fixes : #19423
2019-06-25 10:55:03 -04:00
Kyle Edwards
dc764bd80d
Help: Move CMP0095 into CMake 3.16 section
...
CMP0095 was introduced in 3.16, but was mistakenly put in the notes
for 3.15. This error was not caught during review. Move it into the
notes for 3.16.
2019-06-25 09:56:20 -04:00
Brad King
9334a4b472
Merge branch 'iconv-c++11' into release-3.15
...
Merge-request: !3469
2019-06-25 09:27:56 -04:00
Rolf Eike Beer
e28240ea1f
FindProtobuf: C++11 support is required since version 3.6.0
2019-06-25 15:22:01 +02:00
Rolf Eike Beer
736f38ff34
FindIconv test: request C++11
2019-06-25 15:14:02 +02:00
Craig Scott
f57a53d43e
Help: Document that CMAKE_FRAMEWORK initializes FRAMEWORK target prop
2019-06-25 21:57:31 +10:00
Raffi Enficiaud
c2595a4958
FindMatlab: removing spaces in compiler define
...
Spaces in `DLL_EXPORT_SYM=__attribute__ ((visibility (\"default\")))`
are causing a compilation error.
Fixes : #19279
2019-06-25 07:24:01 -04:00
Brad King
1009fd1860
Merge topic 'matlab-if'
...
56e89e50d3 FindMatlab: simplify several if()-constructs
51bcdeb17f Tests: simplify checks for Matlab variables being set
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3472
2019-06-25 07:15:33 -04:00
Brad King
dba8086f58
Merge topic 'refactor/use-unique_ptr'
...
5e52de7d57 modermize: replace some raw pointers w/ `unique_ptr`
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3465
2019-06-25 07:13:38 -04:00
Brad King
92351fe7cd
Merge topic 'find_matlab_exact'
...
2454fe84f5 FindMatlab: Support EXACT versions
Acked-by: Kitware Robot <kwrobot@kitware.com >
Reviewed-by: Raffi Enficiaud <raffi.enficiaud@free.fr >
Merge-request: !3460
2019-06-25 07:07:29 -04:00
Brad King
b4a882cf10
Merge topic 'FindPython-FIND_ABI'
...
9201908ca5 FindPython: add Python_FIND_ABI hint.
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3463
2019-06-25 07:06:35 -04:00
Brad King
2e8b8eb857
Merge topic 'help-guide-tutorial'
...
8ab8563533 Help: Add tutorial guide table of contents
0a6c9c417a Help: Update tutorial to include text from CMake book
eef3e020c2 Help: Populate tutorial guide text
862cfc0e6c Help/guide/tutorial: Adopt tutorial code
d2fde94809 Help: Add infrastructure for guide-level documentation
f067af8e38 Tests/Tutorial: Remove trailing blank lines
d5a81ef747 Tests/Tutorial: Remove unused file
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3439
2019-06-25 07:05:35 -04:00
Kitware Robot
edf232dbe4
CMake Nightly Date Stamp
2019-06-25 00:01:07 -04:00
Robert Maynard
39c572c9c9
FindMPI: Updated to use INTERFACE_LINK_OPTIONS
2019-06-24 16:45:44 -04:00
Rolf Eike Beer
56e89e50d3
FindMatlab: simplify several if()-constructs
2019-06-24 18:33:48 +02:00
Rolf Eike Beer
51bcdeb17f
Tests: simplify checks for Matlab variables being set
2019-06-24 18:33:43 +02:00
Rolf Eike Beer
f68492912c
Tests: reduce code duplication for CMake_TEST_Find*
2019-06-24 18:31:53 +02:00
Brad King
5835f553be
Merge branch 'release-3.15'
2019-06-24 09:44:46 -04:00
Brad King
154d25f5ba
Merge branch 'doc-typos-cmake_parse_arguments' into release-3.15
...
Merge-request: !3468
2019-06-24 09:44:07 -04:00
Brad King
394adf63c6
Merge topic 'doc-typos-cmake_parse_arguments'
...
264612c013 Help: Typo and grammar fixes in cmake_parse_arguments() docs
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Brad King <brad.king@kitware.com >
Merge-request: !3468
2019-06-24 09:43:50 -04:00
Alex Turbov
5e52de7d57
modermize: replace some raw pointers w/ unique_ptr
2019-06-24 09:36:09 -04:00
Brad King
e8fe1d34f8
Merge branch 'release-3.15'
2019-06-24 08:28:13 -04:00
Brad King
2225c8a1dd
Merge topic 'doc-IMPORTED_LOCATION'
...
96c6bc2584 Help: Improve documentation of IMPORTED_LOCATION property
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Alex Turbov <i.zaufi@gmail.com >
Merge-request: !3466
2019-06-24 08:26:46 -04:00
Brad King
1ba0cd2967
Merge topic 'vs-ce-deploy'
...
7035bdeb52 VS10Generator: add project properties to enable WindowsCE deployment.
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3462
2019-06-24 08:25:41 -04:00
Marc Chevrier
9201908ca5
FindPython: add Python_FIND_ABI hint.
...
This variable will enable to specify will ABIs will be searched.
2019-06-24 12:00:21 +02:00
Stefan Lietzau
2454fe84f5
FindMatlab: Support EXACT versions
...
If an exact version is requested, don't pick the latest matlab version but the one matching
the requested version.
Fixes : #19155
2019-06-24 09:27:39 +02:00
Kitware Robot
a639464691
CMake Nightly Date Stamp
2019-06-24 00:01:05 -04:00
Craig Scott
264612c013
Help: Typo and grammar fixes in cmake_parse_arguments() docs
2019-06-23 21:10:16 +10:00
Kitware Robot
0ecf3ef9e8
CMake Nightly Date Stamp
2019-06-23 00:01:06 -04:00