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

Merge pull request #119 from danclaudino/remote_compiler_def

Enabled compilation when XACC is built without remote accelerator support
parents 1334763b 83f86985
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