From 1dd87c83c12fc44cd38cb4dcd6011a6d5c977b45 Mon Sep 17 00:00:00 2001 From: Daniel Claudino Date: Fri, 13 Sep 2024 18:16:01 +0000 Subject: [PATCH] Fixed bundle name Signed-off-by: Daniel Claudino --- quantum/plugins/ibm/CMakeLists.txt | 1 - quantum/plugins/ibm/aer/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/quantum/plugins/ibm/CMakeLists.txt b/quantum/plugins/ibm/CMakeLists.txt index 1b9a72516..f9518c661 100644 --- a/quantum/plugins/ibm/CMakeLists.txt +++ b/quantum/plugins/ibm/CMakeLists.txt @@ -12,7 +12,6 @@ # *******************************************************************************/ add_subdirectory(aer) -#add_subdirectory(new_aer) set(LIBRARY_NAME xacc-ibm) diff --git a/quantum/plugins/ibm/aer/CMakeLists.txt b/quantum/plugins/ibm/aer/CMakeLists.txt index 840970a57..7577a9d31 100644 --- a/quantum/plugins/ibm/aer/CMakeLists.txt +++ b/quantum/plugins/ibm/aer/CMakeLists.txt @@ -50,7 +50,7 @@ if(OpenMP_CXX_FOUND) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}") endif() -set(_bundle_name xacc_new_aer) +set(_bundle_name xacc_aer) set_target_properties(${LIBRARY_NAME} PROPERTIES COMPILE_DEFINITIONS US_BUNDLE_NAME=${_bundle_name}