mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Update the change from commit 64690f6df0 (export: Do not fail generation
for namelink-only case, 2020-10-09, v3.19.0-rc1~7^2) to also handle
separate namelink-only and namelink-skip calls.
Fixes: #21529
21 lines
573 B
CMake
21 lines
573 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CustomTarget)
|
|
run_cmake(Empty)
|
|
run_cmake(Repeat-CMP0103-WARN)
|
|
run_cmake(Repeat-CMP0103-OLD)
|
|
run_cmake(Repeat-CMP0103-NEW)
|
|
run_cmake(TargetNotFound)
|
|
run_cmake(AppendExport)
|
|
run_cmake(OldIface)
|
|
run_cmake(NoExportSet)
|
|
run_cmake(ForbiddenToExportInterfaceProperties)
|
|
run_cmake(ForbiddenToExportImportedProperties)
|
|
run_cmake(ForbiddenToExportPropertyWithGenExp)
|
|
run_cmake(ExportPropertiesUndefined)
|
|
run_cmake(DependOnNotExport)
|
|
run_cmake(DependOnDoubleExport)
|
|
run_cmake(UnknownExport)
|
|
run_cmake(NamelinkOnlyExport)
|
|
run_cmake(SeparateNamelinkExport)
|