Display the names of parsed file only if they are found.
Unstall UseLATEX cmake macro.
This commit is contained in:
parent
214bb4dda4
commit
9111c4cce2
|
@ -1,3 +1,4 @@
|
|||
install ( FILES FindCORIOLIS.cmake
|
||||
FindOPENACCESS.cmake
|
||||
UseLATEX.cmake
|
||||
DESTINATION share/cmake/Modules )
|
||||
|
|
|
@ -210,8 +210,6 @@ namespace {
|
|||
envPath = env.getCORIOLIS_TOP() + "/" + sysConfDir + "/coriolis2/environment.alliance.xml" ;
|
||||
}
|
||||
|
||||
cmess1 << " - <" << envPath << ">." << endl;
|
||||
|
||||
return ep._load ( envPath, warnNotFound );
|
||||
}
|
||||
|
||||
|
|
|
@ -1,17 +1,12 @@
|
|||
|
||||
// -*- C++ -*-
|
||||
|
||||
|
||||
# include <cassert>
|
||||
# include <string>
|
||||
|
||||
# include <QFile>
|
||||
|
||||
# include <QXmlStreamReader>
|
||||
|
||||
# include "crlcore/XmlParser.h"
|
||||
|
||||
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#include <QFile>
|
||||
#include <QXmlStreamReader>
|
||||
#include "crlcore/Utilities.h"
|
||||
#include "crlcore/XmlParser.h"
|
||||
|
||||
|
||||
namespace CRL {
|
||||
|
@ -40,6 +35,8 @@ namespace CRL {
|
|||
return false;
|
||||
}
|
||||
|
||||
cmess1 << " - <" << path << ">." << endl;
|
||||
|
||||
QXmlStreamReader reader ( &file );
|
||||
_reader = &reader;
|
||||
|
||||
|
|
Loading…
Reference in New Issue