X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMLibrary.cpp;h=9bac184430df0e36052796f23797df89e84b10da;hb=5a17d994576296f2a5a85f3a01ad5631786a0c56;hp=b124c930309cb0300b647c979933774aae50644e;hpb=35dd4d1ddf73a91d308cc49fc394104169936055;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMLibrary.cpp b/lib/creaDevManagerLib/modelCDMLibrary.cpp index b124c93..9bac184 100644 --- a/lib/creaDevManagerLib/modelCDMLibrary.cpp +++ b/lib/creaDevManagerLib/modelCDMLibrary.cpp @@ -455,6 +455,7 @@ std::map modelCDMLibrary::Get3rdPartyLibraries() if(this->HasCMakeLists()) { + CDMUtilities::readCMLFile(this->CMakeLists->GetPath().c_str()); std::ifstream CMFile(this->CMakeLists->GetPath().c_str()); if (CMFile.is_open()) {