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
290a52ac
Commit
290a52ac
authored
Jan 31, 2018
by
Mccaskey, Alex
Browse files
adding python executable arg to xacc-python build
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
147d71a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
290a52ac
...
...
@@ -115,6 +115,7 @@ ExternalProject_Add(xacc-python
-DCPPUS_LIBRARY_DIR=
${
CppMicroServices_LIBRARY_DIR
}
-DXACC_INCLUDE_DIR=
${
CMAKE_INSTALL_PREFIX
}
/include
#${XACC_INCLUDE_DIR}
-DXACC_LIBRARY_DIR=
${
CMAKE_INSTALL_PREFIX
}
/lib
#${XACC_LIBRARY_DIR}
-DPYTHON_EXECUTABLE=
${
PYTHON_EXECUTABLE
}
CMAKE_CACHE_ARGS -DCMAKE_PREFIX_PATH:PATH=
${
CMAKE_PREFIX_PATH
}
BUILD_ALWAYS 1
INSTALL_COMMAND
${
CMAKE_MAKE_PROGRAM
}
install
#DESTDIR=${CMAKE_BINARY_DIR}/stage
...
...
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