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
00505040
Commit
00505040
authored
May 28, 2020
by
Mccaskey, Alex
Browse files
fixing qcor ci fail, uncomment out xacc build test conditional in aer plugin
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
062ed835
Pipeline
#104164
failed with stage
in 8 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
quantum/plugins/ibm/aer/CMakeLists.txt
View file @
00505040
...
...
@@ -42,9 +42,9 @@ else()
set_target_properties
(
${
LIBRARY_NAME
}
PROPERTIES LINK_FLAGS
"-shared"
)
endif
()
#
if(XACC_BUILD_TESTS)
if
(
XACC_BUILD_TESTS
)
add_subdirectory
(
tests
)
#
endif()
endif
()
install
(
TARGETS
${
LIBRARY_NAME
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/plugins
)
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