]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProject.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.cpp
index 1c4b89845ba44fb7ce80aeed277ecebd1660d521..7cadb24241c62d308236cfbf0bfe020b406b68af 100644 (file)
@@ -297,7 +297,7 @@ bool modelCDMProject::OpenCMakeListsFile(std::string*& result)
 
 const bool modelCDMProject::Refresh(std::string*& result)
 {
-
+  std::cout << "refreshing project" << std::endl;
   //open makelists file
   //TODO: set pathMakeLists for windows
   std::string pathMakeLists = this->path + "/CMakeLists.txt";