mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fix for project conversion mechanism [Bug 180148] Converting Managedmake Project from 3.1.2 to 4.0.0 failed
This commit is contained in:
parent
53773e5ade
commit
af61b0c34b
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ public class CProjectDescriptionManager {
|
|||
if(convertedDes != null){
|
||||
/// ICConfigurationDescription activeCfg = convertedDes.getActiveConfiguration();
|
||||
checkHandleActiveCfgChange(convertedDes, null, eDes, new NullProgressMonitor());
|
||||
des = convertedDes;
|
||||
// if(activeCfg != null){
|
||||
// checkBuildSystemChange(project, eDes, activeCfg.getBuildSystemId(), null, new NullProgressMonitor());
|
||||
// // if(convertedDes != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue