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
0d7cbadb
Commit
0d7cbadb
authored
Jun 01, 2017
by
Mccaskey, Alex
Browse files
turning off dwave compiler tests
parent
24df30d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum/aqc/compilers/CMakeLists.txt
View file @
0d7cbadb
...
...
@@ -42,5 +42,5 @@ install(TARGETS ${LIBRARY_NAME} DESTINATION lib)
# Gather tests
file
(
GLOB test_files tests/*.cpp
)
add_tests
(
"
${
test_files
}
"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
"
${
LIBRARY_NAME
}
;
${
Boost_LIBRARIES
}
;dl;pthread"
)
#
add_tests("${test_files}" "${CMAKE_CURRENT_SOURCE_DIR}" "${LIBRARY_NAME};${Boost_LIBRARIES};dl;pthread")
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