Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-03-10 18:58:09 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2016-03-11 09:58:05 +0300
commit9f8311ee8871b979ce8318eb637bf062cdcd9ecc (patch)
tree0ad661c2bad5f90b6487de126b2ea1382d9cb3c7 /source/creator
parent4af287fc9c3ad5f58bfd226287254173fe288cde (diff)
Include requests' cacert.pem file
This allows us to verify certificates of HTTPS connections, which is mandatory for logins like on Blender ID. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1845
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 676e869e9e8..13a5b83e9eb 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -593,7 +593,6 @@ if(UNIX AND NOT APPLE)
PATTERN "__pycache__" EXCLUDE # * any cache *
PATTERN "*.pyc" EXCLUDE # * any cache *
PATTERN "*.pyo" EXCLUDE # * any cache *
- PATTERN "cacert.pem" EXCLUDE # for now we don't deal with security
)
# On some platforms requests does have extra dependencies.
set(_requests_deps "chardet" "urllib3")