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:
Diffstat (limited to 'build_files/build_environment/CMakeLists.txt')
-rw-r--r--build_files/build_environment/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index 89d4a9882ca..5031be834fa 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -46,9 +46,9 @@ include(ExternalProject)
include(cmake/options.cmake)
include(cmake/versions.cmake)
-if(UNIX AND NOT APPLE)
- include(cmake/breakpad.cmake)
-endif()
+#if(UNIX AND NOT APPLE)
+# include(cmake/breakpad.cmake)
+#endif()
include(cmake/zlib.cmake)
include(cmake/blendthumb.cmake)