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}