-
- Downloads
exports: first try at error handling if a target is missing
Now, if an imported target depends on a library which must come from some other export set, cmake generates a check which errors out if that target does not exist. I guess instead of completely erroring out it would be better to only make the find_package() fail. Alex
Showing
- Source/cmExportBuildFileGenerator.cxx 3 additions, 1 deletionSource/cmExportBuildFileGenerator.cxx
- Source/cmExportFileGenerator.cxx 30 additions, 7 deletionsSource/cmExportFileGenerator.cxx
- Source/cmExportFileGenerator.h 6 additions, 2 deletionsSource/cmExportFileGenerator.h
- Source/cmExportInstallFileGenerator.cxx 3 additions, 1 deletionSource/cmExportInstallFileGenerator.cxx
Loading
Please register or sign in to comment