]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLibrary.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / modelCDMLibrary.cpp
index b124c930309cb0300b647c979933774aae50644e..9bac184430df0e36052796f23797df89e84b10da 100644 (file)
@@ -455,6 +455,7 @@ std::map<std::string, bool> modelCDMLibrary::Get3rdPartyLibraries()
 
   if(this->HasCMakeLists())
     {
+      CDMUtilities::readCMLFile(this->CMakeLists->GetPath().c_str());
       std::ifstream CMFile(this->CMakeLists->GetPath().c_str());
       if (CMFile.is_open())
         {