summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/export/Repeat-CMP0103-WARN-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-2/+2
| | | | | | | | | | properties LINK_OPTIONS and INTERFACE_LINK_OPTIONS are propagated to the device link step. To control which options are selected for normal link and device link steps, the $<DEVICE_LINK> and $<HOST_LINK> generator expressions can be used. Fixes: #18265
* export(): raise an error on multiple calls with same FILEMarc Chevrier2020-03-261-0/+26
Fixes: 20472