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
bef28ad3
Commit
bef28ad3
authored
Feb 01, 2018
by
Mccaskey, Alex
Browse files
pointing to cpprest master, turning off its build tests
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
66e0de5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bef28ad3
...
...
@@ -55,12 +55,13 @@ message(STATUS "Found OpenSSL version ${OPENSSL_VERSION}")
ExternalProject_Add
(
cpprestsdk
GIT_REPOSITORY https://github.com/Microsoft/cpprestsdk
GIT_TAG
v2.10.1
GIT_TAG
master
CONFIGURE_COMMAND
${
CMAKE_COMMAND
}
../cpprestsdk/Release/ -DCMAKE_CXX_FLAGS=
${
CMAKE_CXX_FLAGS
}
-DCMAKE_BUILD_TYPE=
${
CMAKE_BUILD_TYPE
}
-DCMAKE_CXX_COMPILER=
${
CMAKE_CXX_COMPILER
}
-DCMAKE_INSTALL_PREFIX=
${
CMAKE_INSTALL_PREFIX
}
-DOPENSSL_ROOT_DIR=
${
OPENSSL_ROOT_DIR
}
-DBUILD_TESTS=OFF
INSTALL_COMMAND
${
CMAKE_MAKE_PROGRAM
}
install
)
...
...
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