Skip to content

Commit

Permalink
[rt] Add missing openSSL guard for cudaq-qorca-qpu lib (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
boschmitt authored Nov 24, 2023
1 parent 7f96796 commit 0adfa3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/cudaq/platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
# ============================================================================ #

add_subdirectory(default)
add_subdirectory(orca)
if (OPENSSL_FOUND)
add_subdirectory(orca)
endif()
if (CUDA_FOUND AND CUSTATEVEC_ROOT)
add_subdirectory(mqpu)
endif()
endif()

0 comments on commit 0adfa3e

Please sign in to comment.