Skip to content

Commit

Permalink
remove open pulse from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Aug 1, 2023
1 parent e5e1209 commit 07d9aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ set(AER_COMPILER_DEFINITIONS ${AER_COMPILER_DEFINITIONS} ${CONAN_DEFINES})
if(SKBUILD) # Terra Addon build
set(AER_LIBRARIES ${AER_LIBRARIES} AER_DEPENDENCY_PKG::muparserx)
add_subdirectory(qiskit_aer/backends/wrappers)
add_subdirectory(src/open_pulse)
else() # Standalone build
set(AER_LIBRARIES
${AER_LIBRARIES}
Expand Down

0 comments on commit 07d9aea

Please sign in to comment.