7e9f908ef5
Diagnose and reject custom targets given to the export() command immediately. Previously we would generate an internal error later.
8 lines
136 B
CMake
8 lines
136 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CustomTarget)
|
|
run_cmake(TargetNotFound)
|
|
run_cmake(AppendExport)
|
|
run_cmake(OldIface)
|
|
run_cmake(NoExportSet)
|