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
path: root/extern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-06-20 02:28:42 +0300
committerRay Molenkamp <github@lazydodo.com>2020-06-20 02:28:42 +0300
commit874af5301cdf761f846966f4d7f22bd06adb1e56 (patch)
tree235c83b0575a522d1250f8b6147a571b2f98e951 /extern
parent466e716495ffd8ed6030e6a5c7f64d78b774a9da (diff)
Cleanup: Fix build-warning with MSVC
Draco sets CMAKE_CXX_STANDARD to 14, given we set the c++ standard in the root level CMakeLists.txt to c++17 this generated build warnings. Given the rootlevel one is the one we want we can safely remove this line in dracos cmakelists
Diffstat (limited to 'extern')
-rw-r--r--extern/draco/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/extern/draco/CMakeLists.txt b/extern/draco/CMakeLists.txt
index a3f9a8b9561..6961fa8a769 100644
--- a/extern/draco/CMakeLists.txt
+++ b/extern/draco/CMakeLists.txt
@@ -18,8 +18,6 @@
# All rights reserved.
# ***** END GPL LICENSE BLOCK *****
-set(CMAKE_CXX_STANDARD 14)
-
# Build Draco library.
add_subdirectory(dracoenc)