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
|
install ( FILES FindCORIOLIS.cmake
|
||||||
FindOPENACCESS.cmake
|
FindOPENACCESS.cmake
|
||||||
|
UseLATEX.cmake
|
||||||
DESTINATION share/cmake/Modules )
|
DESTINATION share/cmake/Modules )
|
||||||
|
|
|
@ -210,8 +210,6 @@ namespace {
|
||||||
envPath = env.getCORIOLIS_TOP() + "/" + sysConfDir + "/coriolis2/environment.alliance.xml" ;
|
envPath = env.getCORIOLIS_TOP() + "/" + sysConfDir + "/coriolis2/environment.alliance.xml" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
cmess1 << " - <" << envPath << ">." << endl;
|
|
||||||
|
|
||||||
return ep._load ( envPath, warnNotFound );
|
return ep._load ( envPath, warnNotFound );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,12 @@
|
||||||
|
|
||||||
// -*- C++ -*-
|
// -*- C++ -*-
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
# include <cassert>
|
#include <string>
|
||||||
# include <string>
|
#include <QFile>
|
||||||
|
#include <QXmlStreamReader>
|
||||||
# include <QFile>
|
#include "crlcore/Utilities.h"
|
||||||
|
#include "crlcore/XmlParser.h"
|
||||||
# include <QXmlStreamReader>
|
|
||||||
|
|
||||||
# include "crlcore/XmlParser.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
namespace CRL {
|
namespace CRL {
|
||||||
|
@ -40,6 +35,8 @@ namespace CRL {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmess1 << " - <" << path << ">." << endl;
|
||||||
|
|
||||||
QXmlStreamReader reader ( &file );
|
QXmlStreamReader reader ( &file );
|
||||||
_reader = &reader;
|
_reader = &reader;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue