Skip to content

Commit

Permalink
ensure quantum_lib is built after nvq++ components are built (#2290)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <[email protected]>
  • Loading branch information
amccaskey authored Oct 17, 2024
1 parent 8bc1349 commit 78282ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/interop/quantum_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ set(CMAKE_CXX_COMPILE_OBJECT "<CMAKE_CXX_COMPILER> -fPIC --enable-mlir --disable

# FIXME Error with SHARED, it pulls in all the mlir libraries anyway
add_library(quantum_lib OBJECT quantum_lib.cpp)
add_dependencies(quantum_lib nvq++ cudaq-opt cudaq-quake cudaq-translate)

0 comments on commit 78282ef

Please sign in to comment.