]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLibrary.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / modelCDMLibrary.cpp
index 8c681675c175a8787a19862e53eb543205314311..f50d792ff1ca2937d4916f02f4d13c7ad222b7c3 100644 (file)
@@ -597,11 +597,9 @@ bool modelCDMLibrary::Set3rdPartyLibrary(const std::string& library_name, const
                   }
               }
               resCMfile += what.suffix().str();
-            }
-
-          //std::cout << resCMfile << std::endl;
 
-          return CDMUtilities::writeFile(this->CMakeLists->GetPath().c_str(), resCMfile);
+              return CDMUtilities::writeFile(this->CMakeLists->GetPath().c_str(), resCMfile);
+            }
         }
     }
   return false;