Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
8acbfe72
Commit
8acbfe72
authored
Jan 09, 2020
by
Mccaskey, Alex
Browse files
forgot to check if staq is available
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
9ca1d968
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum/plugins/CMakeLists.txt
View file @
8acbfe72
...
...
@@ -23,4 +23,6 @@ add_subdirectory(placement)
#add_subdirectory(scaffold)
add_subdirectory
(
xasm
)
add_subdirectory
(
qpp
)
add_subdirectory
(
staq
)
\ No newline at end of file
if
(
STAQ_DIR
)
add_subdirectory
(
staq
)
endif
()
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment