Remove obsolete dependency towards LibXml2 in CMakeLists.txt.

This commit is contained in:
Jean-Paul Chaput 2022-11-07 17:36:49 +01:00
parent ecda00e154
commit 2b870fc609
11 changed files with 7 additions and 10 deletions

View File

@ -20,7 +20,6 @@
setup_qt()
find_package(Libexecinfo REQUIRED)
find_package(LibXml2 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)
find_package(PythonSitePackages REQUIRED)
find_package(LEFDEF REQUIRED)

View File

@ -27,7 +27,6 @@
Tree.cpp
Elmore.cpp
SeabreezeEngine.cpp
Delay.cpp
#GraphicSeabreezeEngine.cpp
)
set( pyCpps PySeabreeze.cpp

View File

@ -35,6 +35,7 @@ namespace Seabreeze {
using std::endl;
using std::ostream;
using Hurricane::Error;
using Hurricane::Hook;
using Hurricane::Component;
@ -122,6 +123,12 @@ namespace Seabreeze {
) << endl;
return nullptr;
}
Hook* masterHook = sink->getAnchorHook()->getMasterHook();
if (masterHook) {
RoutingPad* myrp = dynamic_cast<RoutingPad*>( masterHook->getComponent() );
cdebug_log(199,0) << " Look back=" << myrp << endl;
}
cdebug_log(199,1) << "Tree::computeDelay()" << endl;
cdebug_log(199,0) << " rp=" << rp << endl;

View File

@ -27,7 +27,6 @@
if (USE_LIBBFD)
find_package(Libbfd)
endif()
find_package(LibXml2 REQUIRED)
find_package(BZip2 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)
find_package(PythonSitePackages REQUIRED)

View File

@ -14,7 +14,6 @@
setup_boost(program_options python)
setup_qt()
find_package(LibXml2 REQUIRED)
find_package(PythonLibs 2 REQUIRED)
find_package(PythonSitePackages REQUIRED)
find_package(AXEP REQUIRED)

View File

@ -21,7 +21,6 @@
setup_boost(program_options)
setup_qt()
find_package(LibXml2 REQUIRED)
find_package(BZip2 REQUIRED)
find_package(BISON REQUIRED)
find_package(FLEX REQUIRED)

View File

@ -15,7 +15,6 @@
#setup_apple()
setup_boost(program_options)
find_package(LibXml2 REQUIRED)
set(QT_USE_QTXML "true")
find_package(Qt4 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)

View File

@ -20,7 +20,6 @@
setup_qt()
find_package(Libexecinfo REQUIRED)
find_package(LibXml2 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)
find_package(PythonSitePackages REQUIRED)
find_package(LEFDEF REQUIRED)

View File

@ -19,7 +19,6 @@
setup_boost(program_options)
setup_qt()
find_package(LibXml2 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)
find_package(PythonSitePackages REQUIRED)
find_package(FLUTE REQUIRED)

View File

@ -19,7 +19,6 @@
setup_qt()
find_package(Libexecinfo REQUIRED)
find_package(LibXml2 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)
find_package(PythonSitePackages REQUIRED)
find_package(LEFDEF REQUIRED)

View File

@ -23,7 +23,6 @@
if (USE_LIBBFD)
find_package(Libbfd)
endif()
find_package(LibXml2 REQUIRED)
find_package(BZip2 REQUIRED)
find_package(Python 3 REQUIRED COMPONENTS Interpreter Development)
find_package(PythonSitePackages REQUIRED)