Skip to content

Commit

Permalink
Fixed bundle name
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Claudino <[email protected]>
  • Loading branch information
danclaudino committed Sep 13, 2024
1 parent e116c0e commit 1dd87c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion quantum/plugins/ibm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# *******************************************************************************/

add_subdirectory(aer)
#add_subdirectory(new_aer)

set(LIBRARY_NAME xacc-ibm)

Expand Down
2 changes: 1 addition & 1 deletion quantum/plugins/ibm/aer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1dd87c8

Please sign in to comment.