Skip to content

Commit

Permalink
Fixed quantum/plugins/CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
  • Loading branch information
danclaudino committed Dec 10, 2024
1 parent e8cc93d commit 6693110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quantum/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ add_subdirectory(algorithms)
add_subdirectory(xasm)
add_subdirectory(qpp)
add_subdirectory(staq)
add_subdirectory(cutensornet)
if(XACC_BUILD_CUTENSORNET)
add_subdirectory(cutensornet)
endif()

if(XACC_REMOTE_ACCELERATORS)
add_subdirectory(ionq)
Expand Down

0 comments on commit 6693110

Please sign in to comment.