Unverified Commit 83f86985 authored by Chaves Claudino, Daniel's avatar Chaves Claudino, Daniel Committed by GitHub
Browse files

Enabled compilation when XACC is built without remote accelerator support

parent 1334763b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -79,6 +79,9 @@ if (EXATN_DIR)
 set(ExaTN_DIR ${EXATN_DIR})
endif()

# We need this in case XACC is built without support for remote accelerators
add_compile_definitions(REMOTE_DISABLED)

add_subdirectory(tnqvm)

# Build example programs if enabled