projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c82a6f
)
CMake: Add extra requests dependencies
author
Sergey Sharybin <sergey.vfx@gmail.com>
Thu, 21 Sep 2017 13:50:19 +0000
(18:50 +0500)
committer
Sergey Sharybin <sergey.vfx@gmail.com>
Thu, 21 Sep 2017 13:53:02 +0000
(18:53 +0500)
Apparently, we already had some code to deal with this. So for now just
added some extra dependencies needed for latest requests.
source/creator/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/source/creator/CMakeLists.txt
b/source/creator/CMakeLists.txt
index 479c8b902e6d67f81749f1c8cf7f472acbb1af47..469ec2dd1040dbd31e82a5aa520530ada5cbbdb5 100644
(file)
--- a/
source/creator/CMakeLists.txt
+++ b/
source/creator/CMakeLists.txt
@@
-607,7
+607,7
@@
if(UNIX AND NOT APPLE)
PATTERN "*.pyo" EXCLUDE # * any cache *
)
# On some platforms requests does have extra dependencies.
- set(_requests_deps "c
hardet
" "urllib3")
+ set(_requests_deps "c
ertifi" "chardet" "idna
" "urllib3")
foreach(_requests_dep ${_requests_deps})
if(EXISTS ${PYTHON_REQUESTS_PATH}/${_requests_dep})
install(