mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
The added test verifies that a property listed in EXPORT_PROPERTIES can be undefined. It confirms the crash recorded in issue #18260.
12 lines
315 B
CMake
12 lines
315 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CustomTarget)
|
|
run_cmake(TargetNotFound)
|
|
run_cmake(AppendExport)
|
|
run_cmake(OldIface)
|
|
run_cmake(NoExportSet)
|
|
run_cmake(ForbiddenToExportInterfaceProperties)
|
|
run_cmake(ForbiddenToExportImportedProperties)
|
|
run_cmake(ForbiddenToExportPropertyWithGenExp)
|
|
run_cmake(ExportPropertiesUndefined)
|