Skip to content

Commit

Permalink
fix link error, photonics tests working again
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <[email protected]>
  • Loading branch information
amccaskey committed Oct 16, 2024
1 parent ad1ce3d commit 8a8d97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/extension/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ declare_mlir_python_extension(CUDAQuantumPythonSources.Extension
OptTransforms
MLIRPass
CUDAQTargetConfigUtil
cudaq-python-interop
)

target_include_directories(CUDAQuantumPythonSources.Extension INTERFACE
Expand All @@ -98,7 +99,6 @@ target_link_libraries(CUDAQuantumPythonSources.Extension INTERFACE
cudaq-common
cudaq-em-default
cudaq-em-photonics
cudaq-python-interop
fmt::fmt-header-only
unzip_util
)
Expand Down

0 comments on commit 8a8d97a

Please sign in to comment.