File tree Expand file tree Collapse file tree
mlir/lib/Dialect/MQTOpt/Transforms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,24 +24,6 @@ include(PackageAddTest)
2424include (Cache )
2525include (AddMQTCoreLibrary )
2626
27- # include(FetchContent)
28- # FetchContent_Declare(
29- # armadillo
30- # GIT_REPOSITORY https://gitlab.com/conradsnicta/armadillo-code.git
31- # GIT_TAG 15.0.1
32- # )
33- # FetchContent_MakeAvailable(armadillo)
34- find_package (Armadillo 15 REQUIRED )
35- if (Armadillo_FOUND AND NOT TARGET Armadillo::Armadillo)
36- add_library (Armadillo::Armadillo INTERFACE IMPORTED )
37- set_target_properties (
38- Armadillo::Armadillo
39- PROPERTIES
40- INTERFACE_LINK_LIBRARIES "${ARMADILLO_LIBRARIES} "
41- INTERFACE_INCLUDE_DIRECTORIES "${ARMADILLO_INCLUDE_DIRS} "
42- )
43- endif ()
44-
4527option (BUILD_MQT_CORE_BINDINGS "Build the MQT Core Python bindings" OFF )
4628if (BUILD_MQT_CORE_BINDINGS)
4729 # ensure that the BINDINGS option is set
Original file line number Diff line number Diff line change 77# Licensed under the MIT License
88
99get_property (dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
10- set (LIBRARIES ${dialect_libs} MQT::CoreIR MQT::CoreDD Armadillo::Armadillo )
10+ set (LIBRARIES ${dialect_libs} MQT::CoreIR MQT::CoreDD)
1111add_compile_options (-fexceptions )
1212
1313file (GLOB TRANSFORMS_SOURCES *.cpp )
You can’t perform that action at this time.
0 commit comments